We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Change the following lines: Change this line https://github.com/AxFoundation/strax/blob/master/strax/storage/mongo.py#L112 to read 'chunk_i':{"$ge":0} for this we need to create a 'chunk_i'== - 1 when we create a metadata entry
'chunk_i':{"$ge":0}
'chunk_i'== - 1
See if we can update this op. https://github.com/AxFoundation/strax/blob/master/strax/storage/mongo.py#L281
Further we should also do the following:
collection.delete_many(query)
provides_metadata
The text was updated successfully, but these errors were encountered:
JoranAngevaare
Successfully merging a pull request may close this issue.
Change the following lines:
Change this line https://github.com/AxFoundation/strax/blob/master/strax/storage/mongo.py#L112 to read
'chunk_i':{"$ge":0}
for this we need to create a'chunk_i'== - 1
when we create a metadata entrySee if we can update this op. https://github.com/AxFoundation/strax/blob/master/strax/storage/mongo.py#L281
Further we should also do the following:
collection.delete_many(query)
before inserting the new meta-data document. Only one copy of the metadata should be allowedprovides_metadata
field to query against. This solves using slow operations as in Temp fix query for md queries #374.The text was updated successfully, but these errors were encountered: