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.
2 parents f3b4463 + 0a3ef06 commit 623b9c1Copy full SHA for 623b9c1
1 file changed
src/TidesDB/Config.cs
@@ -222,8 +222,9 @@ public sealed class ColumnFamilyConfig
222
public bool UseBtree { get; init; } = false;
223
224
/// <summary>
225
- /// Target SSTable size in object store mode in bytes (default: 0 = auto/256MB).
+ /// Reserved for ABI compatibility. Not used by TidesDB.
226
/// </summary>
227
+ [Obsolete("Setting this property has no effect. TidesDB ignores this value. Will be removed in a future version.")]
228
public ulong ObjectTargetFileSize { get; init; } = 0;
229
230
0 commit comments