Skip to content

Commit

Permalink
[chore](be-config) set disable_storage_row_cache default true to defa…
Browse files Browse the repository at this point in the history
…ult disable row cache (#16827)
  • Loading branch information
eldenmoon authored Feb 17, 2023
1 parent 3d6077e commit 2426d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/common/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ CONF_Int32(index_page_cache_percentage, "10");
// whether to disable page cache feature in storage
CONF_Bool(disable_storage_page_cache, "false");
// whether to disable row cache feature in storage
CONF_Bool(disable_storage_row_cache, "false");
CONF_Bool(disable_storage_row_cache, "true");

CONF_Bool(enable_storage_vectorization, "true");

Expand Down

0 comments on commit 2426d8e

Please sign in to comment.