This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 84365bdbd9 [be](pagecache) enable storage page cache by default
84365bdbd9 is described below
commit 84365bdbd9d582fb5f14d411d334c5a7a0939637
Author: yiguolei <[email protected]>
AuthorDate: Wed Sep 6 10:06:36 2023 +0800
[be](pagecache) enable storage page cache by default
---
be/src/common/config.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/be/src/common/config.cpp b/be/src/common/config.cpp
index 3ac4535966..7bdb3553e7 100644
--- a/be/src/common/config.cpp
+++ b/be/src/common/config.cpp
@@ -313,7 +313,7 @@ DEFINE_Int32(storage_page_cache_shard_size, "256");
// all storage page cache will be divided into data_page_cache and
index_page_cache
DEFINE_Int32(index_page_cache_percentage, "10");
// whether to disable page cache feature in storage
-DEFINE_Bool(disable_storage_page_cache, "true");
+DEFINE_Bool(disable_storage_page_cache, "false");
// whether to disable row cache feature in storage
DEFINE_Bool(disable_storage_row_cache, "true");
// whether to disable pk page cache feature in storage
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]