We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86fec0 commit d7c75aaCopy full SHA for d7c75aa
cmd/pebble/db.go
@@ -88,6 +88,8 @@ func newPebbleDB(dir string) DB {
88
MinimumSize: 512,
89
MaxBlobReferenceDepth: 10,
90
RewriteMinimumAge: 5 * time.Minute,
91
+ // TODO(jackson): Adjust the TargetGarbageRatio to allow blob file rewrites.
92
+ TargetGarbageRatio: 1.0, // Disabled.
93
}
94
95
0 commit comments