Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/TidesDB/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,9 @@ public sealed class ColumnFamilyConfig
public bool UseBtree { get; init; } = false;

/// <summary>
/// Target SSTable size in object store mode in bytes (default: 0 = auto/256MB).
/// Reserved for ABI compatibility. Not used by TidesDB.
/// </summary>
[Obsolete("Setting this property has no effect. TidesDB ignores this value. Will be removed in a future version.")]
public ulong ObjectTargetFileSize { get; init; } = 0;

/// <summary>
Expand Down
Loading