Skip to content

Commit ecd4156

Browse files
authored
Update limitations.md
1 parent 9b289bf commit ecd4156

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/limitations.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ Thus, SplinterDB is provided *as-is* given the following limitations and missing
88
* Public API is not yet stable. Users should expect breaking changes in future versions.
99
* SplinterDB on-disk format is not versioned (Data may not survive software upgrades.)
1010
* Single 4KiB page size, with fixed extent size of 32 pages/extent.
11-
* Key and value size need to be less than the page size. Key size must be
12-
between 8 to 105 bytes. Support for smaller key-sizes is experimental.
13-
* The application must specify the minimum and maximum of the key range.
14-
* SplinterDB on-disk size is fixed at compile time.
11+
* Key and value size need to be less than the page size.
1512
* SplinterDB does not expose an API to force the latest write to be durable (e.g., fsync/commit.)
1613
* SplinterDB disk size cannot be changed once configured.
1714
* SplinterDB does not have a public API for the experimental async features.

0 commit comments

Comments
 (0)