Details
Description
It is very easy to end up with inconsistent indexes when bulk loading data into non-empty tables with global secondary indexes.
Checking if the table is empty, and refusing to do the bulk load if it is not, unless a sufficiently scary override like --corruptindexes is also provided would probably reduce the risk.
We should also check if the same problem exists for local indexes.
Attachments
Issue Links
- links to