Skip to content

Commit f19c3ae

Browse files
committed
cmt
1 parent b6390ec commit f19c3ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

env/tuning_agent.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ class DBMSConfigDelta:
1111
This class represents a DBMS config delta. A "DBMS config" is the indexes, system knobs,
1212
and query knobs set by the tuning agent. A "delta" is the change from the prior config.
1313
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.
14+
`indexes` contains a list of SQL statements for creating indexes. Note that since it's a
15+
config delta, it might contain "DROP ..." statements.
1616
1717
`sysknobs` contains a mapping from knob names to their values.
1818

0 commit comments

Comments
 (0)