]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Set 8.3.1
authorHui Xiao <huixiao@fb.com>
Wed, 7 Jun 2023 19:03:05 +0000 (12:03 -0700)
committerHui Xiao <huixiao@fb.com>
Wed, 7 Jun 2023 19:03:05 +0000 (12:03 -0700)
HISTORY.md
include/rocksdb/version.h

index b67cc49d8359542097f3419e964f1c13cd52f7d2..018b3a56f686ce04321402164d7e92016546e28a 100644 (file)
@@ -1,4 +1,8 @@
 # Rocksdb Change Log
+## 8.3.1 (06/07/2023)
+### Performance Improvements
+* Fixed higher read QPS during DB::Open() reading files created prior to #11406, especially when reading many small file (size < 52 MB) during DB::Open() and partitioned filter or index is used.
+
 ## 8.3.0 (05/19/2023)
 ### New Features
 * Introduced a new option `block_protection_bytes_per_key`, which can be used to enable per key-value integrity protection for in-memory blocks in block cache (#11287).
index cfa4021035f945e3bf9462645005a0a677cc4211..e9708f2533170ec3bd86e6bfa1081e954ae214a3 100644 (file)
@@ -13,7 +13,7 @@
 // minor or major version number planned for release.
 #define ROCKSDB_MAJOR 8
 #define ROCKSDB_MINOR 3
-#define ROCKSDB_PATCH 0
+#define ROCKSDB_PATCH 1
 
 // Do not use these. We made the mistake of declaring macros starting with
 // double underscore. Now we have to live with our choice. We'll deprecate these