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

enable CPU optimizations for RocksDB #19012

Closed
wants to merge 1 commit into from

Conversation

jsteemann
Copy link
Contributor

Scope & Purpose

Backport of #19006

Enable compiling RocksDB with SSE4.2 & AVX CPU features forced to on, despite the PORTABLE compile option.

  • 💩 Bugfix
  • 🍕 New feature
  • 🔥 Performance improvement
  • 🔨 Refactoring/simplification

Checklist

  • Tests
    • Regression tests
    • C++ Unit tests
    • integration tests
    • resilience tests
  • 📖 CHANGELOG entry made
  • 📚 documentation written (release notes, API changes, ...)
  • Backports
    • Backport for 3.10: this PR
    • Backport for 3.9: -
    • Backport for 3.8: -

Related Information

  • Docs PR:
  • Enterprise PR:
  • GitHub issue / Jira ticket:
  • Design document:

@jsteemann jsteemann added this to the 3.10 milestone May 16, 2023
@cla-bot cla-bot bot added the cla-signed label May 16, 2023
@jsteemann jsteemann marked this pull request as draft May 16, 2023 09:12
@jsteemann jsteemann requested a review from neunhoef May 16, 2023 09:13
@jsteemann
Copy link
Contributor Author

Decided against backporting.

@jsteemann jsteemann closed this May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants