Accepting request 1138176 from server:database

OBS-URL: https://build.opensuse.org/request/show/1138176
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rocksdb?expand=0&rev=11
This commit is contained in:
Ana Guerrero 2024-01-12 22:45:16 +00:00 committed by Git OBS Bridge
commit 16c421d9fe
4 changed files with 21 additions and 5 deletions

3
rocksdb-8.10.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2dc107551cc864dbcf7908fdee96f2318cbb680df2b3fe1f85b0d545c2b5673b
size 13316582

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c22d2097e7aa75629612fd020499bdae0d3e321c7bc4361960c42aaf9cbd6dc1
size 13293245

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Jan 11 19:45:23 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
- 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 <andreas.stieger@gmx.de>

View File

@ -2,7 +2,7 @@
# spec file for package rocksdb
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2023 Andreas Stieger <Andreas.Stieger@gmx.de>
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# 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