Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.0, 2.0.0
-
None
-
Reviewed
Description
Whenever a region splits it causes lots of IO (compactions are queued for a while). Because of this it's important to make sure that well distributed tables don't have all of their regions split at exactly the same time.
This is basically the same as our compaction jitter.