Open ByronBecker opened 2 years ago
Currently CanDB partition keys (PK) and sort keys (SK) provide a single data access pattern to an entity.
Secondary Indexes provide these additional access patterns to the same entity, but through a different PK + SK combination to access this data.
Potential design solutions revolve around the following:
It's May 2023 right now, Do CanDB has this feature
Motivation
Currently CanDB partition keys (PK) and sort keys (SK) provide a single data access pattern to an entity.
Secondary Indexes provide these additional access patterns to the same entity, but through a different PK + SK combination to access this data.
Design
Potential design solutions revolve around the following: