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

Update RocksDB to 7.9.2 & Google test to 1.13.0 #1229

Merged
merged 4 commits into from
Jan 19, 2023

Conversation

aleksraiden
Copy link
Contributor

@aleksraiden aleksraiden commented Jan 18, 2023

Update google test up to 1.13.0

  • C++ 14 now required
  • Fixed bugs

Update RocksDB to 7.9.2

  • Many bug fixed (e.g. relative to async_io support)
  • Performance Improvements
  • (new) Basic support for the wide-column data model
  • (new) Marked HyperClockCache as a production-ready alternative to LRUCache for the block cache. As much as 4.5x higher ops/sec vs. LRUCache.

Update google test up to 1.13.0
- C++ 14 now required
- Fixed bugs
Update RocksDB to 7.9.2

- Many bug fixed (e.g. relative to async_io support)
- Performance Improvements
- (new) Basic support for the wide-column data model
- (new) Marked HyperClockCache as a production-ready alternative to LRUCache for the block cache. As much as 4.5x higher ops/sec vs. LRUCache has been seen in db_bench under high parallel load.
Update Snappy to 1.1.9

- Performance improvements
@PragmaTwice
Copy link
Member

PragmaTwice commented Jan 18, 2023

I think maybe we cannot bump the version of snappy due to some unknown bugs, refer to #788 and #790.

@aleksraiden
Copy link
Contributor Author

@PragmaTwice yes, sorry, I forgot about this bug. Revert this asap.

Revert Snappy
@aleksraiden aleksraiden changed the title Update deps Updates: RocksDB 7.9.2, Google test 1.13.0 Jan 18, 2023
Copy link
Contributor

@torwig torwig left a comment

Choose a reason for hiding this comment

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

LGTM

@PragmaTwice PragmaTwice changed the title Updates: RocksDB 7.9.2, Google test 1.13.0 Update RocksDB to 7.9.2 & Google test to 1.13.0 Jan 19, 2023
@git-hulk
Copy link
Member

Thanks all, summarizing and merging...

@git-hulk git-hulk merged commit 2602659 into apache:unstable Jan 19, 2023
@git-hulk
Copy link
Member

Great thanks to @aleksraiden again

@aleksraiden aleksraiden deleted the update-deps branch March 26, 2023 10:24
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.

4 participants