TileDB
TileDB copied to clipboard
Implement delete_fragments API
Implement delete_fragments API.
This API uses the existing FragmentConsolidator::vacuum to:
- vacuum fragments between specified timestamps
- delete the vacuumed fragments
Note that this API can only be invoked on an array that is open with the new QueryType::WRITE_EXCLUSIVE.
[sc-15852]
TYPE: FEATURE DESC: Implement delete_fragments API
This pull request has been linked to Shortcut Story #15852: Implement delete_fragments API.