Skip to content

Commit 7725c89

Browse files
Claudelukekim
authored andcommitted
fix: Add missing params to Cayenne catalog connector docs
Add three undocumented parameters that exist in the code: - cayenne_footer_cache_mb (default: 128) - cayenne_segment_cache_mb (default: 256) - cayenne_compression_strategy (default: btrblocks)
1 parent fc6137f commit 7725c89

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

website/docs/components/catalogs/cayenne.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)