Skip to content

Does Aurora DSQL support a sparse index similar to DynamoDB?

0

In DynamoDB, I can create a GSI that's sparse. Only records where all the GSI keys exist will be included in the index. Does Aurora DSQL have a similar notion e.g. something akin to index only NON-NULL values

asked a year ago157 views
1 Answer
1
Accepted Answer

With Aurora DSQL you create secondary index with CREATE INDEX ASYNC command. You can see here the options that are currently supported

AWS
answered a year ago
EXPERT
reviewed a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.