-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Labels
category: enhancementimprovements of code or code behaviorimprovements of code or code behavior
Milestone
Description
One challenge with working with large files of any sort is the time required to parse through them to find the data that are needed. Typically users will want particular parts of the data and do a search through the metadata to identify those chunks. If the file structure can be changed to make those searches more efficient, that would be useful. One option already suggested by Andrew and Oliver is to store metadata and large datasets in separate but linked files, and I would suggest we seriously consider implementing that or a mechanism that accomplishes the same thing relatively soon if other priorities permit.
Metadata
Metadata
Assignees
Labels
category: enhancementimprovements of code or code behaviorimprovements of code or code behavior