TestPrintConfiguration.golden 2.0 KB
Newer Older
1
online-dsn:
2
  net: tcp
martianzhang's avatar
martianzhang 已提交
3 4 5 6
  addr: 127.0.0.1:3306
  schema: sakila
  user: root
  password: '********'
7
  charset: utf8mb4
martianzhang's avatar
martianzhang 已提交
8
  disable: false
9 10 11
  timeout: 0
  read-timeout: 0
  write-timeout: 0
12
test-dsn:
13
  net: tcp
martianzhang's avatar
martianzhang 已提交
14 15 16 17
  addr: 127.0.0.1:3306
  schema: sakila
  user: root
  password: '********'
18
  charset: utf8mb4
martianzhang's avatar
martianzhang 已提交
19
  disable: false
20 21 22
  timeout: 0
  read-timeout: 0
  write-timeout: 0
martianzhang's avatar
martianzhang 已提交
23
allow-online-as-test: true
24 25 26 27
drop-test-temporary: true
cleanup-test-database: false
only-syntax-check: false
sampling-statistic-target: 100
martianzhang's avatar
martianzhang 已提交
28
sampling: true
29
sampling-condition: ""
30 31 32 33
profiling: false
trace: false
explain: true
delimiter: ;
martianzhang's avatar
martianzhang 已提交
34 35
log-level: 7
log-output: soar.log
36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
report-type: markdown
report-css: ""
report-javascript: ""
report-title: SQL优化分析报告
markdown-extensions: 94
markdown-html-flags: 0
ignore-rules:
- COL.011
rewrite-rules:
- delimiter
- orderbynull
- groupbyconst
- dmlorderby
- having
- star2columns
- insertcolumns
- distinctstar
blacklist: ""
max-join-table-count: 5
max-group-by-cols-count: 5
max-distinct-count: 5
max-index-cols-count: 5
L
liipx 已提交
58
max-text-cols-count: 2
59 60 61 62 63 64 65
max-total-rows: 9999999
max-query-cost: 9999
spaghetti-query-length: 2048
allow-drop-index: false
max-in-count: 10
max-index-bytes-percolumn: 767
max-index-bytes: 3072
martianzhang's avatar
martianzhang 已提交
66
allow-charsets:
67 68
- utf8
- utf8mb4
martianzhang's avatar
martianzhang 已提交
69 70
allow-collates: []
allow-engines:
71 72 73
- innodb
max-index-count: 10
max-column-count: 40
martianzhang's avatar
martianzhang 已提交
74
max-value-count: 100
75 76 77 78
index-prefix: idx_
unique-key-prefix: uk_
max-subquery-depth: 5
max-varchar-length: 1024
79 80
column-not-allow-type:
- boolean
L
liipx 已提交
81
min-cardinality: 0
82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
explain-sql-report-type: pretty
explain-type: extended
explain-format: traditional
explain-warn-select-type:
- ""
explain-warn-access-type:
- ALL
explain-max-keys: 3
explain-min-keys: 0
explain-max-rows: 10000
explain-warn-extra:
- Using temporary
- Using filesort
explain-max-filtered: 100
explain-warn-scalability:
- O(n)
show-warnings: false
show-last-query-cost: false
query: ""
list-heuristic-rules: false
list-rewrite-rules: false
list-test-sqls: false
list-report-types: false
martianzhang's avatar
martianzhang 已提交
105
verbose: false
106 107
dry-run: true
max-pretty-sql-length: 1024