XiaoMi / soar

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

Add param to specify the sql audit result to a table in database ,for instance,storage in a mysql table for convenience batch get result? #302

Open minicloudsky opened 1 year ago

minicloudsky commented 1 year ago

Feature Description

Current sql audit result was output with standard output or json format, it's inconvenient to get the output in program, I hope add params with an unique id, such as sqlhash as the unique id storage in a table,in batch sql audit case, the will accelerate the efficiency on get sql audit result, thanks~

Use Case(s)

In batch sql audit case for sql platfrom