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

[Feature Request] Support Multiple Paths #67

Open
flowbehappy opened this issue Nov 9, 2020 · 0 comments
Open

[Feature Request] Support Multiple Paths #67

flowbehappy opened this issue Nov 9, 2020 · 0 comments

Comments

@flowbehappy
Copy link

flowbehappy commented Nov 9, 2020

Currently, in TiFlash we already support using multiple paths to store data. It is necessary for many cases, for example, users tend to use many slower and cheaper disks for TiFlash in a single machine. And due to the CPU and RAM resources limitation, deploying each TiFlash node for one disk is not practical. So the preferred deploying mode is one TiFlash instance with many disks. With multiple disks supported, we can utilize the IOPS and bandwidth of all disks.

While TiFlash using TiKV as the raft front end, to receive raft logs, we need raft-engine to also support multiple disks.

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

No branches or pull requests

1 participant