TileDB icon indicating copy to clipboard operation
TileDB copied to clipboard

Lazily load fragment metadata on array opening

Open jakebolewski opened this issue 5 years ago • 0 comments

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).

jakebolewski avatar Jun 05 '19 15:06 jakebolewski