Skip to content

IDBIndex::getAllIndexKeys() #426

Open
@SteveBeckerMSFT

Description

@SteveBeckerMSFT

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    TPAC2024Topic for discussion at TPAC 2024

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions