Skip to content

Conversation

@yongkangc
Copy link
Member

Closes #20278
Closes #20279
Closes #20280

Closes #20150

Adds configuration flag to control whether `AccountsHistory` table is stored in RocksDB, enabling future hot/cold storage separation for this 93GB+ index table.
@github-actions
Copy link
Contributor

Your PR title doesn't follow the Conventional Commit guidelines.

Example of valid titles:

  • feat: add new user login
  • fix: correct button size
  • docs: update README

Usage:

  • feat: Introduces a new feature
  • fix: Patches a bug
  • chore: General maintenance tasks or updates
  • test: Adding new tests or modifying existing tests
  • bench: Adding new benchmarks or modifying existing benchmarks
  • perf: Performance improvements
  • refactor: Changes to improve code structure
  • docs: Documentation updates
  • ci: Changes to CI/CD configurations
  • revert: Reverts a previously merged PR
  • deps: Updates dependencies

Breaking Changes

Breaking changes are noted by using an exclamation mark. For example:

  • feat!: changed the API
  • chore(node)!: Removed unused public function

Help

For more information, follow the guidelines here: https://www.conventionalcommits.org/en/v1.0.0/

@github-actions github-actions bot added the C-enhancement New feature or request label Dec 11, 2025
@yongkangc yongkangc closed this Dec 11, 2025
@github-project-automation github-project-automation bot moved this from Backlog to Done in Reth Tracker Dec 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-enhancement New feature or request

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Add EitherWriterDestination::RocksDB Add RocksDB variant to EitherWriter Add RocksDB variant to EitherReader

2 participants