I have two tables: Table1
and Table2
.
If there is long running query :
Select * from Table2;
will it affect AutoVacuum process on Table1
also?
Asked
Active
Viewed 187 times
0

SABER
- 373
- 6
- 17

Ritesh Modi
- 53
- 2
- 5
-
No. as long as sufficient cpu/io resources are available on the postgres server. – Mukul Gupta Oct 29 '18 at 11:52
-
Your question seems to answer your comment ? What is your current set up and what information do you have that makes you think the vacuum is not working ? – VynlJunkie Oct 29 '18 at 13:34