Skip to content

feat: Support Pessimistic and Optimistic level settings#283

Merged
KKould merged 1 commit intomainfrom
feat/transaction_options
Jul 24, 2025
Merged

feat: Support Pessimistic and Optimistic level settings#283
KKould merged 1 commit intomainfrom
feat/transaction_options

Conversation

@KKould
Copy link
Copy Markdown
Member

@KKould KKould commented Jul 24, 2025

What problem does this PR solve?

Based on Rocksdb, divided into RocksStorage and OptimisticRocksStorage

  • DataBaseBuilder::build -> Pessimistic
  • DataBaseBuilder::build_optimistic -> Optimistic

Code changes

  • Has Rust code change
  • Has CI related scripts change

Check List

Tests

  • Unit test
  • Integration test
  • Manual test (add detailed scripts or steps below)
  • No code

Side effects

  • Performance regression: Consumes more CPU
  • Performance regression: Consumes more Memory
  • Breaking backward compatibility

Note for reviewer

@KKould KKould requested a review from loloxwg July 24, 2025 12:29
@KKould KKould self-assigned this Jul 24, 2025
@KKould KKould added the enhancement New feature or request label Jul 24, 2025
@KKould KKould merged commit 7ace914 into main Jul 24, 2025
7 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant