amazon-documentdb-tools icon indicating copy to clipboard operation
amazon-documentdb-tools copied to clipboard

Extend index-cardinality-detection to also cover hypothetical planned indexes

Open vin-yu opened this issue 11 months ago • 2 comments

Extend index-cardinality-detection to determine if an index is high cardinality based on an index input.

  • Developers and admins planning to build indexes can use index-cardinality-detection tool to determine if the index is high cardinality.
  • This could also be used in CI/CD check point before an index change goes through into prod

vin-yu avatar Mar 19 '24 19:03 vin-yu

Good idea Vin. shouldn't be a big change. I plan to call hypothetical index, planned indexes. will update the docs for that too.

rawalpuneet avatar Mar 20 '24 00:03 rawalpuneet

@vin-yu / @tmcallaghan , can you review and see if the changes make sense to you in PR?

rawalpuneet avatar Mar 21 '24 22:03 rawalpuneet