Skip to content

Commit

Permalink
[BACKPORT 2024.1][#23777] yugabyted: update the gflags of pg parity t…
Browse files Browse the repository at this point in the history
…o remove sized based fetching and add bitmap scans.

Summary:
Original commit: 3eb31b8 / D37748
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/D37914
  • Loading branch information
nchandrappa committed Sep 9, 2024
1 parent c774965 commit 6e7c244
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 @@ -381,9 +381,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 6e7c244

Please sign in to comment.