You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my productive env, there's a lot of qureies to some table with "like" operator, which make the cluster heavy load. Is there any method to limit such query? For example, use access control simlar to limit function call.
thanks a lot!
example:
query:
select column_a from table_b where column_c like 'data%';
Can I use ranger to limit queries whith "like" to table_b?
The text was updated successfully, but these errors were encountered:
(1) Yes, the code you mentioned can do the job.
(2) I check issues again, and find this link: #19912
operator's filter can be another way
(3) And I find trino-gateway that does the LB and Proxy function, can do the statement filter. But I cannt estimate the performance.
Hi, everyone:
In my productive env, there's a lot of qureies to some table with "like" operator, which make the cluster heavy load. Is there any method to limit such query? For example, use access control simlar to limit function call.
thanks a lot!
example:
query:
select column_a from table_b where column_c like 'data%';
Can I use ranger to limit queries whith "like" to table_b?
The text was updated successfully, but these errors were encountered: