Re: Performance question about using autosave=always and cleanupSavepoints=true

2021-11-16 Thread Dave Cramer
On Tue, 16 Nov 2021 at 11:09, Joel Rabinovitch wrote: > Hi, > > > > Currently, our application supports SQL Server databases and Oracle > schemas. We are updating our application to support PostgreSQL schemas. We > are using version 13.4 of PostgreSQL. > > > > Our application is written in Java a

Performance question about using autosave=always and cleanupSavepoints=true

2021-11-16 Thread Joel Rabinovitch
Hi, Currently, our application supports SQL Server databases and Oracle schemas. We are updating our application to support PostgreSQL schemas. We are using version 13.4 of PostgreSQL. Our application is written in Java and connects to PostgreSQL schemas using JDBC. In our framework, we have