PGBouncer logs explanation required

2021-12-19 Thread Shubham Mittal
Hi Team, I get below logs in pgbouncer.. when I configure query timeout in spring boot application as below: SessionImplementor session = entityManager.unwrap(SessionImplementor.class); Connection connection = session.connection(); connection.createStatement().execute("SET LOCAL statement_timeout

RE: Best Strategy for Large Number of Images

2021-12-19 Thread Zahir Lalani
Confidential We have a large B2B application used in marketing management – heavily focused on images/video – no binaries ever stored in DB – we have all the metadata in the DB and binaries in scalable folder structure. Serving up images from the DB is not very scalable. I am not sure what you