Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rocksdb to 8.8.1 #1904

Merged
merged 2 commits into from
Nov 24, 2023
Merged

Conversation

aleksraiden
Copy link
Contributor

Release includes some bugfix and performance issue. Full release notes - https://github.com/facebook/rocksdb/releases/tag/v8.8.1

Key features

  • (perf) Improved the I/O efficiency of DB::Open a new DB with create_missing_column_families=true and many column families.
  • (bug) Fixed a rare race bug involving a concurrent combination of Create/DropColumnFamily and/or Set(DB)Options
  • (Important) The default value of DBOptions::fail_if_options_file_error changed from false to true.
  • Added new tickers rocksdb.fifo.{max.size|ttl}.compactions to count FIFO compactions that drop files for different reasons
  • (feature) Introduce AttributeGroup by adding the first AttributeGroup support API, MultiGetEntity(). Through the use of Column Families, AttributeGroup enables users to logically group wide-column entities.
  • Bug fixed, some are port from 8.7 release line

Copy link

sonarcloud bot commented Nov 24, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
3.0% 3.0% Duplication

Copy link
Member

@mapleFU mapleFU left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems 8.7.3 -> 8.8.1 doesn't update a lot for us. Seems changes like compaction_readahead_size also not affect our system...

@git-hulk git-hulk merged commit bcf1c9a into apache:unstable Nov 24, 2023
30 checks passed
@aleksraiden aleksraiden deleted the aleksraiden-patch-3 branch February 13, 2024 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants