Skip to content

Commit

Permalink
cmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wangpatrick57 committed Dec 21, 2024
1 parent b6390ec commit f19c3ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions env/tuning_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ class DBMSConfigDelta:
This class represents a DBMS config delta. A "DBMS config" is the indexes, system knobs,
and query knobs set by the tuning agent. A "delta" is the change from the prior config.
`indexes` contains a list of SQL statements for creating indexes. If you're using the class
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.
`sysknobs` contains a mapping from knob names to their values.
Expand Down

0 comments on commit f19c3ae

Please sign in to comment.