We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6390ec commit f19c3aeCopy full SHA for f19c3ae
env/tuning_agent.py
@@ -11,8 +11,8 @@ class DBMSConfigDelta:
11
This class represents a DBMS config delta. A "DBMS config" is the indexes, system knobs,
12
and query knobs set by the tuning agent. A "delta" is the change from the prior config.
13
14
- `indexes` contains a list of SQL statements for creating indexes. If you're using the class
15
- as a config delta, it also might contain "DROP ..." statements.
+ `indexes` contains a list of SQL statements for creating indexes. Note that since it's a
+ config delta, it might contain "DROP ..." statements.
16
17
`sysknobs` contains a mapping from knob names to their values.
18
0 commit comments