Updating Oracle knobs/metrics

This commit is contained in:
dvanaken 2019-11-08 06:34:26 -05:00 committed by Dana Van Aken
parent a99cf72c6c
commit 9055516737
1 changed files with 11 additions and 1 deletions

View File

@ -24,7 +24,17 @@ DEFAULT_TUNABLE_KNOBS = {
"global.temp_buffers", "global.temp_buffers",
"global.wal_buffers", "global.wal_buffers",
"global.work_mem", "global.work_mem",
} },
DBMSType.ORACLE: {
"global.db_cache_size",
"global.log_buffer",
"global.hash_area_size",
"global.open_cursors",
"global.pga_aggregate_size",
"global.shared_pool_reserved_size",
"global.shared_pool_size",
"global.sort_area_size",
},
} }
# Bytes in a GB # Bytes in a GB