Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
conf: add tidb force priority (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackysp authored and LinuxGit committed Sep 27, 2018
1 parent 382cc5a commit 7fd9f38
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conf/tidb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ performance:
# row count in statistics of a table is greater than it.
# pseudo-estimate-ratio: 0.8

# Force the priority of all statements in a specified priority.
# The value could be "NO_PRIORITY", "LOW_PRIORITY", "HIGH_PRIORITY" or "DELAYED".
# force-priority: "NO_PRIORITY"

proxy_protocol:
# PROXY protocol acceptable client networks.
# Empty string means disable PROXY protocol, * means all networks.
Expand Down
4 changes: 4 additions & 0 deletions roles/tidb/vars/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ performance:
# row count in statistics of a table is greater than it.
pseudo-estimate-ratio: 0.8

# Force the priority of all statements in a specified priority.
# The value could be "NO_PRIORITY", "LOW_PRIORITY", "HIGH_PRIORITY" or "DELAYED".
force-priority: "NO_PRIORITY"

proxy_protocol:
# PROXY protocol acceptable client networks.
# Empty string means disable PROXY protocol, * means all networks.
Expand Down

0 comments on commit 7fd9f38

Please sign in to comment.