This is an automated email from the ASF dual-hosted git repository. djwang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry.git
The following commit(s) were added to refs/heads/main by this push: new dbfb32e261 Doc: update the brand to Cloudberry dbfb32e261 is described below commit dbfb32e2612c9d71f677aaed832584929428c4cd Author: Dianjin Wang <wangdian...@gmail.com> AuthorDate: Mon May 12 11:58:36 2025 +0800 Doc: update the brand to Cloudberry --- contrib/pax_storage/doc/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/pax_storage/doc/README.md b/contrib/pax_storage/doc/README.md index 96421ff57a..59ba04a7f0 100644 --- a/contrib/pax_storage/doc/README.md +++ b/contrib/pax_storage/doc/README.md @@ -134,7 +134,7 @@ For AM(access methods) in Cloudberry, each AM has customized relation options. U | pax_max_tuples_per_file | int | [131072, 8388608] | 1310720 | Specifies the maximum number of tuples allowed in each data file. | | pax_max_size_per_file | int | [8388608, 335544320] | 67108864 | The maximum physical size allowed for each data file. The default value is 67108864 (64MiB). The actual file size might be slightly larger than the set size. Very large or small values might negatively impact performance. | | pax_enable_toast | bool | `on`/`off` | `on` | Specifies whether to enable TOAST support. | -| pax_min_size_of_compress_toast | int | [524288, 1073741824] | 524288 | Specifies the threshold for creating compressed TOAST tables. If the character length exceeds this threshold, HashData Lightning creates compressed TOAST tables for storage. | -| pax_min_size_of_external_toast | int | [10485760, 2147483647] | 10485760 | Specifies the threshold for creating external TOAST tables. If the character length exceeds this threshold, HashData Lightning creates external TOAST tables for storage. | +| pax_min_size_of_compress_toast | int | [524288, 1073741824] | 524288 | Specifies the threshold for creating compressed TOAST tables. If the character length exceeds this threshold, Cloudberry creates compressed TOAST tables for storage. | +| pax_min_size_of_external_toast | int | [10485760, 2147483647] | 10485760 | Specifies the threshold for creating external TOAST tables. If the character length exceeds this threshold, Cloudberry creates external TOAST tables for storage. | | pax_default_storage_format | string | `porc`/`porc_vec` | `porc` | Controls the default storage format. | | pax_bloom_filter_work_memory_bytes | int | [1024, 2147483647] | 10240 | Controls the maximum memory allowed for bloom filter usage. | --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cloudberry.apache.org For additional commands, e-mail: commits-h...@cloudberry.apache.org