Question
I am considering to connect to Redshift with JDBC connector and use SET command to override settings only within a session.
https://docs.aws.amazon.com/redshift/latest/dg/r_SET.html
Please let me know the timing of a session start and end in JDBC connector.
Answer
The timing of a session start and end in JDBC connector is not controlled by JDBC connector, and it depends on the behavior of the Redshift jar used in JDBC connector.
Please contact AWS for detailed specifications of Redshift jars.
Related FAQs
How to override SET command parameters for subsequent processes
Comments
0 comments
Article is closed for comments.