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

proposal: rocksdb: sharding for avoiding stall #2840

Open
popcnt1 opened this issue Nov 1, 2024 · 0 comments
Open

proposal: rocksdb: sharding for avoiding stall #2840

popcnt1 opened this issue Nov 1, 2024 · 0 comments
Assignees
Labels
proposal New external API or other notable changes
Milestone

Comments

@popcnt1
Copy link
Collaborator

popcnt1 commented Nov 1, 2024

Proposal Details

Background:

In practice, it is common to limit the size of a single instance of rocksdb to TB to avoid significant performance degradation.

Reference:

  1. TiDB:
    It is recommended to keep the size of TiKV hard disk within 4 TB if you are using PCIe SSDs or within 1.5 TB if you are using regular SSDs
@popcnt1 popcnt1 added the proposal New external API or other notable changes label Nov 1, 2024
@popcnt1 popcnt1 self-assigned this Nov 1, 2024
@jolestar jolestar added this to the TBD milestone Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal New external API or other notable changes
Projects
Status: No status
Development

No branches or pull requests

2 participants