Skip to content
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

IDBIndex::getAllIndexKeys() #426

Open
SteveBeckerMSFT opened this issue Sep 30, 2024 · 0 comments
Open

IDBIndex::getAllIndexKeys() #426

SteveBeckerMSFT opened this issue Sep 30, 2024 · 0 comments
Labels
TPAC2024 Topic for discussion at TPAC 2024

Comments

@SteveBeckerMSFT
Copy link

TPAC 2024: Should we add getAllIndexKeys() to IDBIndex? Like getAllKeys(), but returns index keys instead of primary keys.

The proposed getAllEntries() will return index keys as well as primary keys and values for IDBIndex. However, some scenarios may want to get all index keys without also getting the values. Getting large values may hinder performance when the values are not needed.

@SteveBeckerMSFT SteveBeckerMSFT added the TPAC2024 Topic for discussion at TPAC 2024 label Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TPAC2024 Topic for discussion at TPAC 2024
Projects
None yet
Development

No branches or pull requests

1 participant