zhenyangdong opened a new issue, #14423: URL: https://github.com/apache/iceberg/issues/14423
### Query engine Trino, Spark ### Question I created an iceberg rest catalog using jdbc catalog, database is postgres. I need to set the jdbc params like max_pool_size, max_idle_time etc. I have turned to [https://iceberg.apache.org/docs/1.5.0/jdbc/#jdbc-catalog](url) , and it showed you can use jdbc.<property_key> to set them. But I have spent a lot of time to look for the right keys' name, I still can not find them. So how to get the right information? Or you can show me the max_pool_size, max_idle_time first, thank you! -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
