Skip to content

Commit

Permalink
0001656: PostgreSQL server side prepared statements causing slow quer…
Browse files Browse the repository at this point in the history
…y processing
  • Loading branch information
erilong committed Mar 28, 2014
1 parent c0a85f4 commit 2c7e664
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions symmetric-jdbc/src/test/resources/db-test.properties
Expand Up @@ -106,9 +106,10 @@ interbase.client.db.url=jdbc:interbase://dbdev1:3050//var/lib/interbase/data/Sym
postgres.db.driver=org.postgresql.Driver
postgres.db.user=postgres
postgres.db.password=admin
postgres.root.db.url=jdbc:postgresql://dbdev1/symmetricroot?stringtype=unspecified
postgres.server.db.url=jdbc:postgresql://dbdev1/symmetricroot?stringtype=unspecified
postgres.client.db.url=jdbc:postgresql://dbdev1/symmetricclient?stringtype=unspecified

postgres.root.db.url=jdbc:postgresql://dbdev1/symmetricroot?protocolVersion=2&stringtype=unspecified
postgres.server.db.url=jdbc:postgresql://dbdev1/symmetricroot?protocolVersion=2&stringtype=unspecified
postgres.client.db.url=jdbc:postgresql://dbdev1/symmetricclient?protocolVersion=2&stringtype=unspecified

db2.db.driver=com.ibm.db2.jcc.DB2Driver
db2.db.user=db2inst1
Expand Down
Expand Up @@ -39,7 +39,7 @@ db.driver=org.h2.Driver
# The JDBC URL used to connect to the database
#db.url=jdbc:mysql://localhost/corp?tinyInt1isBit=false
#db.url=jdbc:oracle:thin:@127.0.0.1:1521:corp
#db.url=jdbc:postgresql://localhost/corp?stringtype=unspecified
#db.url=jdbc:postgresql://localhost/corp?protocolVersion=2&stringtype=unspecified
#db.url=jdbc:derby:corp;create=true
#db.url=jdbc:hsqldb:file:corp;shutdown=true
#db.url=jdbc:jtds:sqlserver://localhost:1433;useCursors=true;bufferMaxMemory=10240;lobBuffer=5242880
Expand Down
Expand Up @@ -39,7 +39,7 @@ db.driver=org.h2.Driver
# The JDBC URL used to connect to the database
#db.url=jdbc:mysql://localhost/store001?tinyInt1isBit=false
#db.url=jdbc:oracle:thin:@127.0.0.1:1521:store001
#db.url=jdbc:postgresql://localhost/store001?stringtype=unspecified
#db.url=jdbc:postgresql://localhost/store001?protocolVersion=2&stringtype=unspecified
#db.url=jdbc:derby:store001;create=true
#db.url=jdbc:hsqldb:file:store001;shutdown=true
#db.url=jdbc:jtds:sqlserver://localhost:1433/store001;useCursors=true;bufferMaxMemory=10240;lobBuffer=5242880
Expand Down

0 comments on commit 2c7e664

Please sign in to comment.