-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ingest sst file does not overwrite the old data #2722
Comments
I have try to replay this case, but it didn't happen. First, insert some vertex into the database and then ingest an SST file. I can read the new value created by ingest file. |
|
you should set enable_vertex_cache is false to make sure ingest SST file into system |
I think this should be documented/highlighted in SST chapters |
It is only updated in 2.5.0 and 2.5.1 branch, because the parameter enable_vertex_cache has not been available since 2.6. |
Sorry, I didn't realize it's already there, thanks!!! |
update unsupported action syntax
After the SST file was imported through INGEST, it doesn't overwrite the data that was previously inserted.
operations:
show stats
shows two records, and the vertex with id 2 can be found through the fetch statement. The name of the vertex with id 1 is stilltom
, which has not been overwritten withjina
.extra info:
version: 2.5.0 rpm
The text was updated successfully, but these errors were encountered: