You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bumps the floor segment size from 2MB (`TieredMergePolicy`) / 1.6MB
(`LogByteSizeMergePolicy`) to 16MB.
My motivation is that such small segment sizes don't make index
structures actually helpful vs. linear scans, so we should avoid them.
Furthermore, there has been progress on merging rules for segments below
the floor size, in particular merge policies no longer perform quadratic
merging (#900) so this change will not make indexing/merging absurdly
slow if an application flushes tiny segments.
0 commit comments