From d3356584860ffe30dd57dcaf8e166f396d291287a9cda39e2a5dd087df885e6b Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Fri, 21 Apr 2023 09:45:50 +0000 Subject: [PATCH] Accepting request 1081171 from home:AndreasStieger:branches:server:database RocksDB 8.1.1 OBS-URL: https://build.opensuse.org/request/show/1081171 OBS-URL: https://build.opensuse.org/package/show/server:database/rocksdb?expand=0&rev=14 --- rocksdb-8.0.0.tar.gz | 3 --- rocksdb-8.1.1.tar.gz | 3 +++ rocksdb.changes | 16 ++++++++++++++++ rocksdb.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 rocksdb-8.0.0.tar.gz create mode 100644 rocksdb-8.1.1.tar.gz diff --git a/rocksdb-8.0.0.tar.gz b/rocksdb-8.0.0.tar.gz deleted file mode 100644 index d123ff6..0000000 --- a/rocksdb-8.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05ff6b0e89bffdf78b5a9d6fca46cb06bde6189f5787b9eeaef0511b782c1033 -size 12634178 diff --git a/rocksdb-8.1.1.tar.gz b/rocksdb-8.1.1.tar.gz new file mode 100644 index 0000000..e5ff8f3 --- /dev/null +++ b/rocksdb-8.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9102704e169cfb53e7724a30750eeeb3e71307663852f01fa08d5a320e6155a8 +size 12660001 diff --git a/rocksdb.changes b/rocksdb.changes index e0bd32d..0a696b4 100644 --- a/rocksdb.changes +++ b/rocksdb.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Apr 21 09:27:26 UTC 2023 - Andreas Stieger + +- RocksDB 8.1.1 + * Compaction output file cutting logic now considers range + tombstone start keys. For example, SST partitioner now may + receive ParitionRequest for range tombstone start keys. + * If the async_io ReadOption is specified for MultiGet or + NewIterator on a platform that doesn't support IO uring, the + option is ignored and synchronous IO is used. + * Add support for SecondaryCache with HyperClockCache + * New statistics and performance counters + * bug fixes + * API changes: Changed various functions and features in Cache + that are mostly relevant to custom implementations or wrappers + ------------------------------------------------------------------- Sat Apr 15 13:57:16 UTC 2023 - Andreas Stieger diff --git a/rocksdb.spec b/rocksdb.spec index c1835a3..eb13876 100644 --- a/rocksdb.spec +++ b/rocksdb.spec @@ -20,7 +20,7 @@ %define lib_name librocksdb8 %bcond_with jemalloc Name: rocksdb -Version: 8.0.0 +Version: 8.1.1 Release: 0 Summary: A library that provides an embeddable, persistent key-value store for fast storage License: (Apache-2.0 OR GPL-2.0-only) AND BSD-2-Clause