TileDB
TileDB copied to clipboard
Lazily load fragment metadata on array opening
Currently we eagerly load all fragment metadata upon opening the array. For many operations you only want the information in the array schema, fragment loading should be lazy and only upon actually querying the array or array properties (ex. non-zero domain).