Replies: 2 comments
-
io.trino.execution.QueryPreparer#prepareQuery where instanceof LikePredicate Does Ranger need customization? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry for a long time offline. (1) Yes, the code you mentioned can do the job. Thx. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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?
Beta Was this translation helpful? Give feedback.
All reactions