Skip to content

Commit 7ffbf7d

Browse files
Add commits to vacuum modes (#2142)
Co-authored-by: Isaiah Norton <[email protected]>
1 parent ee9262b commit 7ffbf7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tiledb/highlevel.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -283,10 +283,10 @@ def vacuum(uri, config=None, ctx=None, timestamp=None):
283283
:raises TypeError: cannot convert `uri` to unicode string
284284
:raises: :py:exc:`tiledb.TileDBError`
285285
286-
This operation of this function is controlled by
287-
the `"sm.vacuum.mode"` parameter, which accepts the values ``fragments``,
288-
``fragment_meta``, and ``array_meta``. Rather than passing the timestamp
289-
into this function, it may be set by using `"sm.vacuum.timestamp_start"`and
286+
This operation of this function is controlled by the `"sm.vacuum.mode"`
287+
parameter, which accepts the values ``fragments``, ``fragment_meta``,
288+
``array_meta``, and ``commits``. Rather than passing the timestamp into
289+
this function, it may be set by using `"sm.vacuum.timestamp_start"`and
290290
`"sm.vacuum.timestamp_end"` which takes in a time in UNIX seconds. If both
291291
are set then this function's `timestamp` argument will be used.
292292

0 commit comments

Comments
 (0)