Skip to content

Commit

Permalink
Add commits to vacuum modes (#2142)
Browse files Browse the repository at this point in the history
Co-authored-by: Isaiah Norton <[email protected]>
  • Loading branch information
kounelisagis and ihnorton authored Jan 22, 2025
1 parent ee9262b commit 7ffbf7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tiledb/highlevel.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,10 @@ def vacuum(uri, config=None, ctx=None, timestamp=None):
:raises TypeError: cannot convert `uri` to unicode string
:raises: :py:exc:`tiledb.TileDBError`
This operation of this function is controlled by
the `"sm.vacuum.mode"` parameter, which accepts the values ``fragments``,
``fragment_meta``, and ``array_meta``. Rather than passing the timestamp
into this function, it may be set by using `"sm.vacuum.timestamp_start"`and
This operation of this function is controlled by the `"sm.vacuum.mode"`
parameter, which accepts the values ``fragments``, ``fragment_meta``,
``array_meta``, and ``commits``. Rather than passing the timestamp into
this function, it may be set by using `"sm.vacuum.timestamp_start"`and
`"sm.vacuum.timestamp_end"` which takes in a time in UNIX seconds. If both
are set then this function's `timestamp` argument will be used.
Expand Down

0 comments on commit 7ffbf7d

Please sign in to comment.