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
A secondary index is used to find a tuple's row id given the indexed keys' value.
The text was updated successfully, but these errors were encountered:
[Issue #838] implement metadata service for secondary index (#839)
f6abe87
Also add min/max row ids into file metadata objects and fix some minor problems in metadata.
[Issue #838] implement the framework for secondary indexes (#844)
0bf8ec8
[Issue #838] support lookup unique and non-unique indexes. (#850)
d8684a4
Secondary indexes can be unique or non-unique.
bianhq
No branches or pull requests
A secondary index is used to find a tuple's row id given the indexed keys' value.
The text was updated successfully, but these errors were encountered: