amazon-documentdb-tools
amazon-documentdb-tools copied to clipboard
Tools for use with the Amazon DocumentDB managed document database service.
index tool - add support to create text indexes, check support for other index types
Generate an CSV output - current text output makes it hard to copy into a spreadsheet for further calculations
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...
*Issue #, if available:* 101 *Description of changes:* adding support for planned indexes adding support to supply list of existing indexes as comma separated removed shortcut parameter to be consistant...
it is not always possible to run long running validation scripts during maintenance window downtime. Any design of being able to validate data without stopping source traffic would be beneficial.
index-review should include _id indexes in output
It seems like the check for `DocumentDbLimits.COMPOUND_INDEX_MAX_KEYS` currently happens by counting keys in the `index` dict, not in the `index['key']` dict: https://github.com/awslabs/amazon-documentdb-tools/blob/master/index-tool/migrationtools/documentdb_index_tool.py#L404: ```python # Check for indexes with too many...
It would be helpful to have a "compare" option built in to the tool to compare index definitions between source and target clusters with a single run of the tool....
*Issue #, if available:* No issue filed at this time. *Description of changes:* We are using the index dump tool, and would like to constrain it to a single Mongo...
Retain original port number when recreating clusters in secondary regions.