TileDB-Py icon indicating copy to clipboard operation
TileDB-Py copied to clipboard

Unordered coordinate reads

Open jakebolewski opened this issue 7 years ago • 0 comments

Impacts both sparse and dense arrays:

Check if reads are ordered, -> issue ordered coordinate read if unordered -> fallback to multiple point queries and fill in result buffer incrementally

Order is assumed to be in coordinate sorted order (low to high), reverse order is not detected

jakebolewski avatar Jan 10 '18 00:01 jakebolewski