Skip to content

Commit

Permalink
setting MaxSegmentFileSize to 1TB for force merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Thejas-bhat committed Jul 9, 2024
1 parent 0672efa commit b6656dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index/scorch/mergeplan/merge_plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ var DefaultMergePlanOptions = MergePlanOptions{
var SingleSegmentMergePlanOptions = MergePlanOptions{
MaxSegmentsPerTier: 1,
MaxSegmentSize: 1 << 30,
MaxSegmentFileSize: 1 << 40,
TierGrowth: 1.0,
SegmentsPerMergeTask: 10,
FloorSegmentSize: 1 << 30,
Expand Down

0 comments on commit b6656dd

Please sign in to comment.