This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/dev-1.0.1 by this push:
new 0959fa2 [config](vectorized)(for-test) enable storage vec and low
cardinality by default
0959fa2 is described below
commit 0959fa20f22d50f815d6351b6c5321b8f62f7e97
Author: morningman <[email protected]>
AuthorDate: Wed Mar 30 11:09:19 2022 +0800
[config](vectorized)(for-test) enable storage vec and low cardinality by
default
---
be/src/common/config.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/be/src/common/config.h b/be/src/common/config.h
index 9c255c2..91f8dff 100644
--- a/be/src/common/config.h
+++ b/be/src/common/config.h
@@ -232,9 +232,9 @@ CONF_Int32(index_page_cache_percentage, "10");
// whether to disable page cache feature in storage
CONF_Bool(disable_storage_page_cache, "false");
-CONF_Bool(enable_storage_vectorization, "false");
+CONF_Bool(enable_storage_vectorization, "true");
-CONF_Bool(enable_low_cardinality_optimize, "false");
+CONF_Bool(enable_low_cardinality_optimize, "true");
// be policy
// whether disable automatic compaction task
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]