This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ca3b90591d [docs](multi_catalog) Change default value of 
enable_parquet_cache_compressed_pages to false. (#3414)
7ca3b90591d is described below

commit 7ca3b90591db8415b9f38670af77d964d408d5a2
Author: Qi Chen <[email protected]>
AuthorDate: Thu Feb 26 22:31:56 2026 +0800

    [docs](multi_catalog) Change default value of 
enable_parquet_cache_compressed_pages to false. (#3414)
    
    ## Versions
    
    - [x] dev
    - [x] 4.x
    - [x] 3.x
    - [ ] 2.1
    
    ## Languages
    
    - [x] Chinese
    - [x] English
    
    ## Docs Checklist
    
    - [ ] Checked by AI
    - [ ] Test Cases Built
---
 docs/lakehouse/best-practices/optimization.md                           | 2 +-
 .../version-3.x/lakehouse/best-practices/optimization.md                | 2 +-
 .../version-4.x/lakehouse/best-practices/optimization.md                | 2 +-
 versioned_docs/version-3.x/lakehouse/best-practices/optimization.md     | 2 +-
 versioned_docs/version-4.x/lakehouse/best-practices/optimization.md     | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/lakehouse/best-practices/optimization.md 
b/docs/lakehouse/best-practices/optimization.md
index 9aced42cec1..0e2393d3ce7 100644
--- a/docs/lakehouse/best-practices/optimization.md
+++ b/docs/lakehouse/best-practices/optimization.md
@@ -132,7 +132,7 @@ The following are BE configuration parameters:
 
 - `enable_parquet_cache_compressed_pages`
 
-    Whether to cache compressed data pages when the compression ratio exceeds 
the threshold. Default is `true`.
+    Whether to cache compressed data pages when the compression ratio exceeds 
the threshold. Default is `false`.
 
 ### Performance Monitoring
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/lakehouse/best-practices/optimization.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/lakehouse/best-practices/optimization.md
index 24a2d7882fb..c4d77eee21c 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/lakehouse/best-practices/optimization.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/lakehouse/best-practices/optimization.md
@@ -132,7 +132,7 @@ Parquet Page Cache 是针对 Parquet 文件的页级缓存机制。该功能与
 
 - `enable_parquet_cache_compressed_pages`
 
-    当压缩比超过阈值时,是否缓存压缩的数据页。默认为 `true`。
+    当压缩比超过阈值时,是否缓存压缩的数据页。默认为 `false`。
 
 ### 性能监控
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/lakehouse/best-practices/optimization.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/lakehouse/best-practices/optimization.md
index 24a2d7882fb..c4d77eee21c 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/lakehouse/best-practices/optimization.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/lakehouse/best-practices/optimization.md
@@ -132,7 +132,7 @@ Parquet Page Cache 是针对 Parquet 文件的页级缓存机制。该功能与
 
 - `enable_parquet_cache_compressed_pages`
 
-    当压缩比超过阈值时,是否缓存压缩的数据页。默认为 `true`。
+    当压缩比超过阈值时,是否缓存压缩的数据页。默认为 `false`。
 
 ### 性能监控
 
diff --git 
a/versioned_docs/version-3.x/lakehouse/best-practices/optimization.md 
b/versioned_docs/version-3.x/lakehouse/best-practices/optimization.md
index 9aced42cec1..0e2393d3ce7 100644
--- a/versioned_docs/version-3.x/lakehouse/best-practices/optimization.md
+++ b/versioned_docs/version-3.x/lakehouse/best-practices/optimization.md
@@ -132,7 +132,7 @@ The following are BE configuration parameters:
 
 - `enable_parquet_cache_compressed_pages`
 
-    Whether to cache compressed data pages when the compression ratio exceeds 
the threshold. Default is `true`.
+    Whether to cache compressed data pages when the compression ratio exceeds 
the threshold. Default is `false`.
 
 ### Performance Monitoring
 
diff --git 
a/versioned_docs/version-4.x/lakehouse/best-practices/optimization.md 
b/versioned_docs/version-4.x/lakehouse/best-practices/optimization.md
index 9aced42cec1..0e2393d3ce7 100644
--- a/versioned_docs/version-4.x/lakehouse/best-practices/optimization.md
+++ b/versioned_docs/version-4.x/lakehouse/best-practices/optimization.md
@@ -132,7 +132,7 @@ The following are BE configuration parameters:
 
 - `enable_parquet_cache_compressed_pages`
 
-    Whether to cache compressed data pages when the compression ratio exceeds 
the threshold. Default is `true`.
+    Whether to cache compressed data pages when the compression ratio exceeds 
the threshold. Default is `false`.
 
 ### Performance Monitoring
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to