Accepting request 1237655 from server:database
OBS-URL: https://build.opensuse.org/request/show/1237655 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rocksdb?expand=0&rev=25
This commit is contained in:
commit
cf7e9e8a36
3
rocksdb-9.10.0.tar.gz
Normal file
3
rocksdb-9.10.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fdccab16133c9d927a183c2648bcea8d956fb41eb1df2aacaa73eb0b95e43724
|
||||||
|
size 13693440
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:126c8409e98a3acea57446fb17faf22767f8ac763a4516288dd7c05422e33df2
|
|
||||||
size 13668148
|
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 12 10:12:58 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- update to 9.10.0:
|
||||||
|
* Introduce TransactionOptions::commit_bypass_memtable to enable
|
||||||
|
transaction commit to bypass memtable insertions. This can be
|
||||||
|
beneficial for transactions with many operations, as it reduces
|
||||||
|
commit time that is mostly spent on memtable insertion.
|
||||||
|
* Deprecated Remote Compaction APIs (StartV2, WaitForCompleteV2)
|
||||||
|
are completely removed from the codebase
|
||||||
|
* DB::KeyMayExist() now follows its function comment, which means
|
||||||
|
value parameter can be null, and it will be set only if
|
||||||
|
value_found is passed in.
|
||||||
|
* Bug fixes and performance improvements
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 18 17:39:39 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
Wed Dec 18 17:39:39 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# spec file for package rocksdb
|
# spec file for package rocksdb
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
|
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,7 +20,7 @@
|
|||||||
%define lib_name librocksdb9
|
%define lib_name librocksdb9
|
||||||
%bcond_with jemalloc
|
%bcond_with jemalloc
|
||||||
Name: rocksdb
|
Name: rocksdb
|
||||||
Version: 9.9.3
|
Version: 9.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for embeddable, persistent and fast key-value store
|
Summary: Library for embeddable, persistent and fast key-value store
|
||||||
License: (Apache-2.0 OR GPL-2.0-only) AND BSD-2-Clause
|
License: (Apache-2.0 OR GPL-2.0-only) AND BSD-2-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user