skip to main content
About the Driver : Using the Driver : Statement Pool Monitor : Enabling Statement Pooling
  
Enabling Statement Pooling
To enable statement pooling, set the driver MaxPooledStatements connection property to a positive integer. For example, the following connection URL enables statement pooling and sets the maximum number of pooled prepared statements for this connection to 20.
jdbc:datadirect:redshift://Server3:5439;
DatabaseName=Test;User=admin;Password=adminpass;
MaxPooledStatements=20