Skip to main content

DuckDbImportOptions

Options controlling how an OCEL is streamed into a DuckDB database.
Used as Input

3

functions accept this type

Used as Output

0

functions return this type

Type Definition

2 nested items
DuckDbImportOptionsOptions controlling how an OCEL is streamed into a DuckDB database.
compression*:boolWhether DuckDB compresses columns. true (default) = smaller, faster-to-query
optimize_filesize*:boolWhether to rewrite tables clustered by key after import. true (default) reorders

Example JSON Value

{
  "compression": false,
  "optimize_filesize": false
}

Functions Accepting This Type(3)