File tree Expand file tree Collapse file tree
website/docs/components/catalogs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,11 +38,14 @@ Use the `include` field to specify which tables to include from the catalog. The
3838
3939# # `params`
4040
41- | Parameter Name | Description | Default |
42- | ----------------------------- | ----------------------------------------------------- | -------------------- |
43- | `cayenne_data_dir` | Local directory for table data files (Vortex format). | Spice data directory |
44- | `cayenne_metadata_dir` | Local directory for Cayenne SQLite metadata. | Spice data directory |
45- | `cayenne_target_file_size_mb` | Target Vortex file size in MB. | `128` |
41+ | Parameter Name | Description | Default |
42+ | -------------------------------- | -------------------------------------------------------------------------------------- | ------------ |
43+ | `cayenne_data_dir` | Local directory for table data files (Vortex format). | Spice data directory |
44+ | `cayenne_metadata_dir` | Local directory for Cayenne SQLite metadata. | Spice data directory |
45+ | `cayenne_target_file_size_mb` | Target Vortex file size in MB. | `128` |
46+ | `cayenne_footer_cache_mb` | Size of the in-memory Vortex footer cache in MB for query performance. | `128` |
47+ | `cayenne_segment_cache_mb` | Size of the in-memory Vortex segment cache in MB for caching decompressed data. | `256` |
48+ | `cayenne_compression_strategy` | Compression algorithm for Vortex files. Options : ` btrblocks` , `zstd`. | `btrblocks` |
4649
4750# # Examples
4851
You can’t perform that action at this time.
0 commit comments