forked from pool/rocksdb
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
This commit is contained in:
parent
f17fc3f1c6
commit
a9d8efec2d
3
rocksdb-8.10.0.tar.gz
Normal file
3
rocksdb-8.10.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2dc107551cc864dbcf7908fdee96f2318cbb680df2b3fe1f85b0d545c2b5673b
|
||||
size 13316582
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c22d2097e7aa75629612fd020499bdae0d3e321c7bc4361960c42aaf9cbd6dc1
|
||||
size 13293245
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user