In some case, the number of bits of index is much larger than than data, how to solve it ?
chenzhihuai opened this issue · 3 comments
chenzhihuai commented
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 commented
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 commented
Have you considered storing the index in πfs?
contradictioned commented
This is the reverse index, pretty relavant in the Big Data area.