tianhui5 commented on issue #7129: URL: https://github.com/apache/incubator-doris/issues/7129#issuecomment-969971912
I'm prefer to add syntax `LIMITER` on behalf of the frequency limiter. This limiter is an abstract concept, it can have many kinds of types like query or stream load. So the SQL to monipulate `LIMITER` is like below: `CREATE LIMITER name PORPERTIES("key1"="value1", "key2"="value2");` `DROP LIMITER name;` `SHOW LIMITER;` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org