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

Tools for use with the Amazon DocumentDB managed document database service.

Results 17 amazon-documentdb-tools issues
Sort by recently updated
recently updated
newest added

index tool - add support to create text indexes, check support for other index types

index-tool

Generate an CSV output - current text output makes it hard to copy into a spreadsheet for further calculations

oplog-review-tool

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...

cardinality-tool

*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.

data-differ

index-review should include _id indexes in output

index-review-tool

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...

index-tool

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....

index-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.

global-clusters-automation