You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: HISTORY.md
+3
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,10 @@
8
8
* We have refactored our system of stalling writes. Any stall-related statistics' meanings are changed. Instead of per-write stall counts, we now count stalls per-epoch, where epochs are periods between flushes and compactions. You'll find more information in our Tuning Perf Guide once we release RocksDB 3.6.
9
9
* When disableDataSync=true, we no longer sync the MANIFEST file.
10
10
* Add identity_as_first_hash property to CuckooTable. SST file needs to be rebuilt to be opened by reader properly.
11
+
12
+
### Public API changes
11
13
* Change target_file_size_base type to uint64_t from int.
14
+
* Remove allow_thread_local. This feature was proved to be stable, so we are turning it always-on.
0 commit comments