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

Auto-sharding feature #146

Open
oleiade opened this issue Apr 30, 2013 · 0 comments
Open

Auto-sharding feature #146

oleiade opened this issue Apr 30, 2013 · 0 comments

Comments

@oleiade
Copy link
Owner

oleiade commented Apr 30, 2013

Best use case of Elevator would be to shard different databases over different physical disk to reduce the disk seeks footprint.

Bioql does shard its datasets over multiple disk. It gave me the idea linked to that Elevator should be able to auto-shard a given db over multiple disks automaticaly.

Could be configurable via config file.
elevator.conf example:

    [shard-1]
    disk=/var/disk1

    [shard-2]
    disk=/var/disk2

    ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant