Resource groups are a Simba Presto JDBC Connector feature that allows administrators to control resource usage and query scheduling. To use resource groups, in the connection URL, define either theDocumentation Index
Fetch the complete documentation index at: https://insightsoftware-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
APPLICATIONNAME or CLIENTTAGS properties, and the ApplicationNamePrefix property if required. If the Presto server has a resource group that selects for those values, then the queries are executed according to the policies defined for that resource group.
Alternatively, you can set the APPLICATIONNAME and CLIENTTAGS properties on the server side. To do this, call setClientInfo() using the APPLICATIONNAME and CLIENTTAGS keywords.
For example: