TileDB icon indicating copy to clipboard operation
TileDB copied to clipboard

Implement delete_fragments API

Open bekadavis9 opened this issue 3 years ago • 1 comments

Implement delete_fragments API.

This API uses the existing FragmentConsolidator::vacuum to:

  1. vacuum fragments between specified timestamps
  2. 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

bekadavis9 avatar Jul 29 '22 19:07 bekadavis9

This pull request has been linked to Shortcut Story #15852: Implement delete_fragments API.