From a9d8efec2df6c342217661bd5ac0410503ee38c31dc1121df544cae8ecdf72d1 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Thu, 11 Jan 2024 19:58:13 +0000 Subject: [PATCH] Accepting request 1138175 from home:AndreasStieger:branches:server:database rocksdb 8.10.0 OBS-URL: https://build.opensuse.org/request/show/1138175 OBS-URL: https://build.opensuse.org/package/show/server:database/rocksdb?expand=0&rev=33 --- rocksdb-8.10.0.tar.gz | 3 +++ rocksdb-8.9.1.tar.gz | 3 --- rocksdb.changes | 16 ++++++++++++++++ rocksdb.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 rocksdb-8.10.0.tar.gz delete mode 100644 rocksdb-8.9.1.tar.gz diff --git a/rocksdb-8.10.0.tar.gz b/rocksdb-8.10.0.tar.gz new file mode 100644 index 0000000..b61325b --- /dev/null +++ b/rocksdb-8.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dc107551cc864dbcf7908fdee96f2318cbb680df2b3fe1f85b0d545c2b5673b +size 13316582 diff --git a/rocksdb-8.9.1.tar.gz b/rocksdb-8.9.1.tar.gz deleted file mode 100644 index bdfc13a..0000000 --- a/rocksdb-8.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c22d2097e7aa75629612fd020499bdae0d3e321c7bc4361960c42aaf9cbd6dc1 -size 13293245 diff --git a/rocksdb.changes b/rocksdb.changes index f0fa9e2..168d6be 100644 --- a/rocksdb.changes +++ b/rocksdb.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Jan 11 19:45:23 UTC 2024 - Andreas Stieger + +- update to 8.10.0: + * Provide support for async_io to trim readahead_size by doing + block cache lookup + * Added initial wide-column support in WriteBatchWithIndex. This + includes the PutEntity API and support for wide columns in the + existing read APIs (GetFromBatch, GetFromBatchAndDB, + MultiGetFromBatchAndDB, and BaseDeltaIterator). + * Custom implementations of TablePropertiesCollectorFactory may + now return a nullptr collector to decline processing a file, + reducing callback overheads in such cases. + * Make ReadOptions.auto_readahead_size default true + * Bug fixes and performance improvements + ------------------------------------------------------------------- Tue Dec 12 20:57:08 UTC 2023 - Andreas Stieger diff --git a/rocksdb.spec b/rocksdb.spec index b67a77f..b5d8be8 100644 --- a/rocksdb.spec +++ b/rocksdb.spec @@ -2,7 +2,7 @@ # spec file for package rocksdb # # Copyright (c) 2023 SUSE LLC -# Copyright (c) 2023 Andreas Stieger +# Copyright (c) 2024 Andreas Stieger # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define lib_name librocksdb8 %bcond_with jemalloc Name: rocksdb -Version: 8.9.1 +Version: 8.10.0 Release: 0 Summary: Library for embeddable, persistent and fast key-value store License: (Apache-2.0 OR GPL-2.0-only) AND BSD-2-Clause