Tagged Questions
0
votes
2answers
966 views
JDBC postgres vacuum timeout
I'm trying to vacuum my Postgres database by running the following SQL instruction within Java:
vacuum verbose analyze
Sometimes it just seems to "hang" is there any clean way to abort the process? ...