Go to file
Martin Pluskal 5c7badb80f - update to 9.6.1:
* Fix correctness of MultiGet across column families with user timestamp.
- update to 9.6.0:
  - New Features
  * Best efforts recovery supports recovering to incomplete Version with a 
    clean seqno cut that presents a valid point in time view from the user's 
    perspective, if versioning history doesn't include atomic flush.
  * New option BlockBasedTableOptions::decouple_partitioned_filters should 
    improve efficiency in serving read queries because filter and index
    partitions can consistently target the configured metadata_block_size. 
    This option is currently opt-in.
  * Introduce a new mutable CF option paranoid_memory_checks. It enables 
    additional validation on data integrity during reads/scanning. Currently, 
    skip list based memtable will validate key ordering during look up and scans.
  - Public API Changes
  * Add ticker stats to count file read retries due to checksum mismatch
  * Adds optional installation callback function for remote compaction
  - Behavior Changes
  * There may be less intra-L0 compaction triggered by total L0 size being too 
    small. We now use compensated file size (tombstones are assigned some value 
    size) when calculating L0 size and reduce the threshold for L0 size limit. 
    This is to avoid accumulating too much data/tombstones in L0.
  - Bug Fixes
  * Make DestroyDB supports slow deletion when it's configured in SstFileManager.
    The slow deletion is subject to the configured rate_bytes_per_sec, but not 
    subject to the max_trash_db_ratio.
  * Fixed a bug where we set unprep_seqs_ even when WriteImpl() fails. This was 
    caught by stress test write fault injection in WriteImpl(). This may have 
    incorrectly caused iteration creation failure for unvalidated writes or 
    returned wrong result for WriteUnpreparedTxn::GetUnpreparedSequenceNumbers().

OBS-URL: https://build.opensuse.org/package/show/server:database/rocksdb?expand=0&rev=53
2024-09-18 08:46:39 +00:00
_constraints - update to 9.6.1: 2024-09-18 08:46:39 +00:00
.gitattributes - update to 9.6.1: 2024-09-18 08:46:39 +00:00
.gitignore - update to 9.6.1: 2024-09-18 08:46:39 +00:00
rocksdb-8.0.0-reproducible.patch - update to 9.6.1: 2024-09-18 08:46:39 +00:00
rocksdb-8.0.0-rpath.patch - update to 9.6.1: 2024-09-18 08:46:39 +00:00
rocksdb-8.0.0-shared-liburing.patch - update to 9.6.1: 2024-09-18 08:46:39 +00:00
rocksdb-9.3.1.tar.gz - update to 9.6.1: 2024-09-18 08:46:39 +00:00
rocksdb-9.4.0.tar.gz - update to 9.6.1: 2024-09-18 08:46:39 +00:00
rocksdb-9.5.2.tar.gz - update to 9.6.1: 2024-09-18 08:46:39 +00:00
rocksdb-9.6.1.tar.gz - update to 9.6.1: 2024-09-18 08:46:39 +00:00
rocksdb.changes - update to 9.6.1: 2024-09-18 08:46:39 +00:00
rocksdb.spec - update to 9.6.1: 2024-09-18 08:46:39 +00:00