XiaoMi / soar

SQL Optimizer And Rewriter
Apache License 2.0
8.67k stars 1.32k forks source link

-report-type duplicate-key-checker enhancement #88

Open martianzhang opened 5 years ago

martianzhang commented 5 years ago

Feature Description

we want to make -report-type duplicate-key-checker do the same thing as pt-duplicate-key-checker. but now this function is not stable and has lots of issues/bugs.

Use Case(s)

soar -report-type duplicate-key-checker -query 'use db' # check total database
soar -report-type duplicate-key-checker -query 'use db; desc tb1;desc tb2;' # check tb1, tb2