Replies: 2 comments 3 replies
-
|
It was even easier than I thought: #210 |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
Useful, thanks for sharing. Worth adding this pattern to the docs I think! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
all my entities have
tenantIdas part of thepk, but now I have the use case to list all Tenants. That means I don't have any param I could use for the query. So it's basically a scan operation without any params. Nonetheless, I was wondering if there is any way to make this more performant.I was thinking I could create a 5th index
gsi5pk-gsi5sk-indexon the entity name__edb_e__? I assume I would have to create a local attribute that stores an additional copy of__edb_e__in order to use it as composite index.Is there another option I'm overseeing here?
Beta Was this translation helpful? Give feedback.
All reactions