added new oracle knobs

This commit is contained in:
dvanaken
2019-12-15 16:53:27 +01:00
committed by Dana Van Aken
parent 38f44848af
commit fc4cf0e18b
4 changed files with 309 additions and 41 deletions

View File

@@ -1,4 +1,42 @@
[
{
"model": "website.KnobCatalog",
"fields": {
"name": "global._enable_numa_optimization",
"scope": "global",
"dbms": 121,
"category": "",
"enumvals": null,
"context": "",
"unit": 3,
"tunable": false,
"description": "",
"summary": "",
"vartype": 4,
"minval": null,
"maxval": null,
"default": false
}
},
{
"model": "website.KnobCatalog",
"fields": {
"name": "global._optimizer_use_feedback",
"scope": "global",
"dbms": 121,
"category": "",
"enumvals": null,
"context": "",
"unit": 3,
"tunable": false,
"description": "",
"summary": "",
"vartype": 4,
"minval": null,
"maxval": null,
"default": true
}
},
{
"model": "website.KnobCatalog",
"fields": {
@@ -1708,10 +1746,10 @@
"unit": 3,
"tunable": false,
"description": "",
"minval": null,
"maxval": null,
"minval": 1,
"maxval": 10,
"vartype": 2,
"default": "1",
"default": 1,
"summary": "number of background database writer processes to start"
}
},
@@ -1874,15 +1912,15 @@
"scope": "global",
"dbms": 121,
"category": "",
"enumvals": "TRUE,FALSE",
"enumvals": null,
"context": "",
"unit": 3,
"tunable": true,
"description": "",
"minval": null,
"maxval": null,
"vartype": 5,
"default": "TRUE",
"vartype": 4,
"default": true,
"summary": "Use asynch I/O for random access devices"
}
},
@@ -2216,15 +2254,15 @@
"scope": "global",
"dbms": 121,
"category": "",
"enumvals": null,
"enumvals": "asynch,directio,none,setall",
"context": "",
"unit": 3,
"tunable": false,
"description": "",
"minval": null,
"maxval": null,
"vartype": 1,
"default": "NULL",
"vartype": 5,
"default": "none",
"summary": "IO operations on filesystem files"
}
},
@@ -2628,6 +2666,44 @@
"summary": "instant repopulation of datafiles"
}
},
{
"model": "website.KnobCatalog",
"fields": {
"name": "global.ioseektim",
"scope": "global",
"dbms": 121,
"category": "",
"enumvals": null,
"context": "",
"unit": 3,
"tunable": false,
"description": "",
"summary": "",
"vartype": 2,
"minval": 1,
"maxval": 10,
"default": 10
}
},
{
"model": "website.KnobCatalog",
"fields": {
"name": "global.iotfrspeed",
"scope": "global",
"dbms": 121,
"category": "",
"enumvals": null,
"context": "",
"unit": 3,
"tunable": false,
"description": "",
"summary": "",
"vartype": 2,
"minval": 4096,
"maxval": 190000,
"default": 4096
}
},
{
"model": "website.KnobCatalog",
"fields": {
@@ -5038,8 +5114,8 @@
"unit": 3,
"tunable": true,
"description": "",
"minval": 0,
"maxval": 11,
"minval": 2,
"maxval": 10,
"vartype": 2,
"default": 2,
"summary": "optimizer dynamic sampling"

View File

@@ -1,4 +1,42 @@
[
{
"model": "website.KnobCatalog",
"fields": {
"name": "global._enable_numa_optimization",
"scope": "global",
"dbms": 12,
"category": "",
"enumvals": null,
"context": "",
"unit": 3,
"tunable": false,
"description": "",
"summary": "",
"vartype": 4,
"minval": null,
"maxval": null,
"default": false
}
},
{
"model": "website.KnobCatalog",
"fields": {
"name": "global._optimizer_use_feedback",
"scope": "global",
"dbms": 12,
"category": "",
"enumvals": null,
"context": "",
"unit": 3,
"tunable": false,
"description": "",
"summary": "",
"vartype": 4,
"minval": null,
"maxval": null,
"default": true
}
},
{
"model": "website.KnobCatalog",
"fields": {
@@ -1993,10 +2031,10 @@
"unit": 3,
"tunable": false,
"description": "",
"minval": null,
"maxval": null,
"minval": 1,
"maxval": 10,
"vartype": 2,
"default": "0",
"default": 1,
"summary": "number of background database writer processes to start"
}
},
@@ -2197,15 +2235,15 @@
"scope": "global",
"dbms": 12,
"category": "",
"enumvals": "TRUE,FALSE",
"enumvals": null,
"context": "",
"unit": 3,
"tunable": true,
"description": "",
"minval": null,
"maxval": null,
"vartype": 5,
"default": "TRUE",
"vartype": 4,
"default": true,
"summary": "Use asynch I/O for random access devices"
}
},
@@ -2634,15 +2672,15 @@
"scope": "global",
"dbms": 12,
"category": "",
"enumvals": null,
"enumvals": "asynch,directio,none,setall",
"context": "",
"unit": 3,
"tunable": false,
"description": "",
"minval": null,
"maxval": null,
"vartype": 1,
"default": "asynch",
"vartype": 5,
"default": "none",
"summary": "IO operations on filesystem files"
}
},
@@ -3122,6 +3160,44 @@
"summary": "instant repopulation of datafiles"
}
},
{
"model": "website.KnobCatalog",
"fields": {
"name": "global.ioseektim",
"scope": "global",
"dbms": 12,
"category": "",
"enumvals": null,
"context": "",
"unit": 3,
"tunable": false,
"description": "",
"summary": "",
"vartype": 2,
"minval": 1,
"maxval": 10,
"default": 10
}
},
{
"model": "website.KnobCatalog",
"fields": {
"name": "global.iotfrspeed",
"scope": "global",
"dbms": 12,
"category": "",
"enumvals": null,
"context": "",
"unit": 3,
"tunable": false,
"description": "",
"summary": "",
"vartype": 2,
"minval": 4096,
"maxval": 190000,
"default": 4096
}
},
{
"model": "website.KnobCatalog",
"fields": {
@@ -5644,12 +5720,12 @@
"enumvals": null,
"context": "",
"unit": 3,
"tunable": false,
"tunable": true,
"description": "",
"minval": null,
"maxval": null,
"vartype": 4,
"default": "FALSE",
"default": true,
"summary": "controls all types of adaptive statistics"
}
},
@@ -5684,8 +5760,8 @@
"unit": 3,
"tunable": true,
"description": "",
"minval": 0,
"maxval": 11,
"minval": 2,
"maxval": 10,
"vartype": 2,
"default": 2,
"summary": "optimizer dynamic sampling"

View File

@@ -1,4 +1,42 @@
[
{
"model": "website.KnobCatalog",
"fields": {
"name": "global._enable_numa_optimization",
"scope": "global",
"dbms": 19,
"category": "",
"enumvals": null,
"context": "",
"unit": 3,
"tunable": false,
"description": "",
"summary": "",
"vartype": 4,
"minval": null,
"maxval": null,
"default": false
}
},
{
"model": "website.KnobCatalog",
"fields": {
"name": "global._optimizer_use_feedback",
"scope": "global",
"dbms": 19,
"category": "",
"enumvals": null,
"context": "",
"unit": 3,
"tunable": false,
"description": "",
"summary": "",
"vartype": 4,
"minval": null,
"maxval": null,
"default": true
}
},
{
"model": "website.KnobCatalog",
"fields": {
@@ -2088,10 +2126,10 @@
"unit": 3,
"tunable": false,
"description": "",
"minval": null,
"maxval": null,
"minval": 1,
"maxval": 10,
"vartype": 2,
"default": "0",
"default": 1,
"summary": "number of background database writer processes to start"
}
},
@@ -2292,15 +2330,15 @@
"scope": "global",
"dbms": 19,
"category": "",
"enumvals": "TRUE,FALSE",
"enumvals": null,
"context": "",
"unit": 3,
"tunable": true,
"description": "",
"minval": null,
"maxval": null,
"vartype": 5,
"default": "TRUE",
"vartype": 4,
"default": true,
"summary": "Use asynch I/O for random access devices"
}
},
@@ -2729,15 +2767,15 @@
"scope": "global",
"dbms": 19,
"category": "",
"enumvals": null,
"enumvals": "asynch,directio,none,setall",
"context": "",
"unit": 3,
"tunable": false,
"description": "",
"minval": null,
"maxval": null,
"vartype": 1,
"default": "asynch",
"vartype": 5,
"default": "none",
"summary": "IO operations on filesystem files"
}
},
@@ -3350,6 +3388,44 @@
"summary": "instant repopulation of datafiles"
}
},
{
"model": "website.KnobCatalog",
"fields": {
"name": "global.ioseektim",
"scope": "global",
"dbms": 19,
"category": "",
"enumvals": null,
"context": "",
"unit": 3,
"tunable": false,
"description": "",
"summary": "",
"vartype": 2,
"minval": 1,
"maxval": 10,
"default": 10
}
},
{
"model": "website.KnobCatalog",
"fields": {
"name": "global.iotfrspeed",
"scope": "global",
"dbms": 19,
"category": "",
"enumvals": null,
"context": "",
"unit": 3,
"tunable": false,
"description": "",
"summary": "",
"vartype": 2,
"minval": 4096,
"maxval": 190000,
"default": 4096
}
},
{
"model": "website.KnobCatalog",
"fields": {
@@ -5967,12 +6043,12 @@
"enumvals": null,
"context": "",
"unit": 3,
"tunable": false,
"tunable": true,
"description": "",
"minval": null,
"maxval": null,
"vartype": 4,
"default": "FALSE",
"default": true,
"summary": "controls all types of adaptive statistics"
}
},
@@ -6007,8 +6083,8 @@
"unit": 3,
"tunable": true,
"description": "",
"minval": 0,
"maxval": 11,
"minval": 2,
"maxval": 10,
"vartype": 2,
"default": 2,
"summary": "optimizer dynamic sampling"