cookieY / Yearning

🐳 A most popular sql audit platform for mysql
http://next.yearning.io/
GNU Affero General Public License v3.0
8.5k stars 1.99k forks source link

[Question] 是否支持全部DDL走OSC #1007

Closed lhh-yeah closed 7 months ago

lhh-yeah commented 8 months ago

描述问题 是否支持全部DDL使用OSC? 我做了一下尝试:将OscSize设置为0,但所有DDL都不使用OSC了。

环境 (请填写环境信息):

Issues-translate-bot commented 8 months ago

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


Title: [Question] Whether to support all DDL to use OSC

Describe the problem Is OSC supported for all DDL? I tried: setting OscSize to 0, but all DDL does not use OSC.

recurrent Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Desired results Clearly and concisely describe the results you hope to achieve

screenshot

Deployment method

Environment (please fill in environmental information):

Additional log information Add all logs about the issue here.

cookieY commented 8 months ago

目前只按照表体积作为判断标准 超过阈值后会走 osc 如果设置 为 0 则全部都不经过 osc

Issues-translate-bot commented 8 months ago

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


Currently, only the table volume is used as the criterion. When the threshold is exceeded, osc will be used. If it is set to 0, everything will not go through osc.