array_vacuum: After consolidation, remove consolidated fragments of a...

View source: R/TileDBArray.R

array_vacuumR Documentation

After consolidation, remove consolidated fragments of a TileDB Array

Description

This function can remove fragments following a consolidation step. Note that vacuuming should not be run if one intends to use the TileDB time-traveling feature of opening arrays at particular timestamps.

Usage

array_vacuum(uri, cfg = NULL, start_time, end_time, ctx = tiledb_get_context())

Arguments

uri

A character value with the URI of a TileDB Array

cfg

An optional TileDB Configuration object

start_time

An optional timestamp value, if missing config default is used

end_time

An optional timestamp value, if missing config default is used

ctx

An option TileDB Context object

Details

Parameters affecting the operation can be set via an optional configuration object. Start and end timestamps can also be set directly.

Value

NULL is returned invisibly


tiledb documentation built on Sept. 27, 2023, 9:06 a.m.