In my application, I have a frequent, but a very long-running query to the database (PostgreSQL).
So I want to execute my query in an async way. I haven't found how this could be done via JDBC. Is it possible?