colstore.appender¶
- colstore.appender(directory, *, name='shard_{index:05d}.cstore', shard_size=None, statistics=False)[source]¶
Open a streaming
Appenderfor the dataset atdirectory.Holds the single-writer lock for the session.
shard_sizerolls a new shard when the buffer reaches that many rows, that byte budget (a string like"512 MiB"), or – whenNone– only on an explicitAppender.flush()or on close.nameandstatisticsare as forappend().