Skip to content

Commit b903e0b

Browse files
committed
[PLAT-15799]Create a 2024.2/gflag_groups.json for 2024.2 releases
Summary: Add gflag groups file for both 2.25 and 2024.2 Test Plan: Create universe on 2024.2 and check if the correct flags are enabled for the feature `Enhanced Postgres Compatibility` Reviewers: nbhatia, yshchetinin, sneelakantan Reviewed By: yshchetinin Subscribers: yugaware Differential Revision: https://phorge.dev.yugabyte.com/D39293
1 parent ddee95b commit b903e0b

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[
2+
{
3+
"group_name": "ENHANCED_POSTGRES_COMPATIBILITY",
4+
"flags": {
5+
"MASTER": {},
6+
"TSERVER": {
7+
"yb_enable_read_committed_isolation": "true",
8+
"ysql_enable_read_request_caching": "true",
9+
"ysql_pg_conf_csv": "yb_enable_base_scans_cost_model=true,yb_enable_optimizer_statistics=true,yb_bnl_batch_size=1024,yb_enable_bitmapscan=true,yb_use_hash_splitting_by_default=false"
10+
}
11+
}
12+
}
13+
]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[
2+
{
3+
"group_name": "ENHANCED_POSTGRES_COMPATIBILITY",
4+
"flags": {
5+
"MASTER": {},
6+
"TSERVER": {
7+
"yb_enable_read_committed_isolation": "true",
8+
"ysql_enable_read_request_caching": "true",
9+
"ysql_pg_conf_csv": "yb_enable_base_scans_cost_model=true,yb_enable_optimizer_statistics=true,yb_bnl_batch_size=1024,yb_enable_bitmapscan=true,yb_use_hash_splitting_by_default=false"
10+
}
11+
}
12+
}
13+
]

0 commit comments

Comments
 (0)