-
Notifications
You must be signed in to change notification settings - Fork 947
Port IndexManager APIs #5960
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
Port IndexManager APIs #5960
Conversation
|
578d8ee
to
bc61060
Compare
Size Report 1Affected Products
Test Logs |
Size Analysis Report 1This report is too large (178,861 characters) to be displayed here in a GitHub comment. Please use the below link to see the full report on Google Cloud Storage.Test Logs |
/** | ||
* Adds a field path index. | ||
* | ||
* Values for this index are persisted asynchronously. The index will only be |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is referring to backfill right? If so, we should probably give a high level explanation of backfilling, instead of saying persisted async
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Improved comment.
This PR ports the new APIs for IndexManager.