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

multi-directory, storage hierarchy, ephemeral awareness #36

Open
steveyen opened this issue Jun 8, 2017 · 0 comments
Open

multi-directory, storage hierarchy, ephemeral awareness #36

steveyen opened this issue Jun 8, 2017 · 0 comments

Comments

@steveyen
Copy link
Member

steveyen commented Jun 8, 2017

This is probably too big for one ticket/issue, but...

Many systems have multiple I/O devices. And, today's moss only writes to a single directory, so isn't able to leverage multi-device I/O concurrency/bandwidth.

Some of those devices will be faster than others (SSD vs HDD).

And, some might be ephemeral (ex: EC2 ephemeral storage) versus long-lived (ex: EBS).

It might be debatable whether a "sufficiently advanced moss of the future" should be aware of such things, or whether such concerns should instead remain (like today) as just the application's responsibility to shard their moss usage on their own and handle the movement of data amongst storage hierarchies on their own.

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