-
Notifications
You must be signed in to change notification settings - Fork 382
Closed
Labels
feature requestNew feature or requestNew feature or request
Description
Is there an existing issue for the same feature request?
- I have checked the existing issues.
Is your feature request related to a problem?
No response
Describe the feature you'd like
Infinity's internal data is consists of segments and blocks, where each block is made up of a bunch of block columns. The implementation is such that each block column is persisted as a file on disk, no matter how large that file is. This can result in a large number of files in a single table. This feature request aims to solve this problem. We use a virtual filesystem serving infinity, whereas in reality several block column files exist on a single actual file, which avoids the problem of creating a large number of files and alleviates the possibility of a 'too many open' files error.
Describe implementation you've considered
No response
Documentation, adoption, use case
No response
Additional information
No response
Somebi
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request