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

In some case, the number of bits of index is much larger than than data, how to solve it ? #37

Open
chenzhihuai opened this issue Jul 7, 2015 · 3 comments

Comments

@chenzhihuai
Copy link

It can be proven that the size of index will be greater than the data. How can a file system store data with much larger than it need?

@dayne
Copy link

dayne commented Jul 7, 2015

Pifs frees up the traditional storage allocations needed for the data and allows you to dedicate those resources towards the metadata & index of your pifs.

@Etherealflux
Copy link

Have you considered storing the index in πfs?

@contradictioned
Copy link

This is the reverse index, pretty relavant in the Big Data area.

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

4 participants