Tests table operations with lots of tablets
Open
- Dominant language
- Java
- Stars
- 1.2k
- Forks
- 487
- Avg merge
- 4d 5h
- Merged PRs (30d)
- 13
Description
Some table operations read and write to the metadata table. In order to verify that these operations do not buffer too much in memory, testing with a large number of tablets would be good. Some of this testing is already done. Some table operations may need to be adapted to use the conditional tablet update changes in #3929 that avoid buffering conditional update status in memory.
- [X] Delete table done in #3929
- [X] Merge done in #3934
- [X] Clone done in #3934
- [ ] Bulk import
- [x] Compact done in #3945
- [ ] Delete rows
- [ ] import/export
- [ ] offline/online
More test can be added to SplitMillionIT for the above cases.
Contributor guide
Assessment
This issue has not been assessed yet.