Skip to content

Commit

Permalink
[#23777] yugabyted: update the gflags of pg parity to remove sized ba…
Browse files Browse the repository at this point in the history
…sed fetching and add bitmap scans.

Summary:
Removed yb_fetch_row_limit=0, yb_fetch_size_limit=1MB and included yb_enable_bitmapscan=true.
Jira: DB-12683

Test Plan: Manual Tests

Reviewers: djiang

Reviewed By: djiang

Subscribers: yugabyted-dev

Differential Revision: https://phorge.dev.yugabyte.com/D37748
  • Loading branch information
nchandrappa committed Sep 4, 2024
1 parent 2674a79 commit 3eb31b8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bin/yugabyted
Original file line number Diff line number Diff line change
Expand Up @@ -384,9 +384,8 @@ PG_PARITY_FLAGS_DICT = {
"ysql_pg_conf_csv": "yb_enable_base_scans_cost_model=true,"
"yb_enable_optimizer_statistics=true,"
"yb_bnl_batch_size=1024,"
"yb_fetch_row_limit=0,"
"yb_fetch_size_limit=1MB,"
"yb_use_hash_splitting_by_default=false"
"yb_use_hash_splitting_by_default=false,"
"yb_enable_bitmapscan=true"
}

# YugaWare configs. These have their own separate subdirectory to preserve our itest flow.
Expand Down

0 comments on commit 3eb31b8

Please sign in to comment.