Partial Indexes not implemented.

1

"partial indicies" are part of MongoDB since version 3.2. Is this feature on the roadmap for DocumentDB? Any workaround till this is implemented?

Source: https://docs.mongodb.com/manual/core/index-partial/

misc
asked 5 years ago662 views
2 Answers
0

Correct. Partial indexes are not supported at this time: https://docs.aws.amazon.com/documentdb/latest/developerguide/mongo-apis-index.html

Absent of partial indexes, any workaround would require additional work in the application to create an additional field that is indexed and filtered.

We do not have an ETA to share at this time.

AWS
answered 5 years ago
  • Four years passed and this feature is important for better design and resource usage. No ETA yet?

0

Thank you for the answer.

misc
answered 5 years 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.

Guidelines for Answering Questions