Vaccum locking tables (Recipient) | Community
Skip to main content
pierrec70731455
Level 4
May 22, 2019
Solved

Vaccum locking tables (Recipient)

  • May 22, 2019
  • 2 replies
  • 2630 views

Hi,

The Vaccuum process runs on a regular basis and we notice it sometimes blocks Update Data on tables such as Recipient and even an Enrichment activity on Recipient which is basically a select.

The Neolane Support told us :

Does anybody have any suggestion regarding this?

Can it really not be excluded during some time slots like the office hours?

Kind regards,

Pierre

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jonathon_wodnicki

Hi,

Autovacuum? That doesn't lock tables, and afaik nothing locks read access outside alter table, truncate, vacuum full.

Could just be an undersized db struggling with any load, I see them all the time.

Thanks,

-Jon

2 replies

Jonathon_wodnicki
Community Advisor
Jonathon_wodnickiCommunity AdvisorAccepted solution
Community Advisor
May 22, 2019

Hi,

Autovacuum? That doesn't lock tables, and afaik nothing locks read access outside alter table, truncate, vacuum full.

Could just be an undersized db struggling with any load, I see them all the time.

Thanks,

-Jon

pierrec70731455
Level 4
May 29, 2019

Hi,

it indeed wasn't the autovaccum causing the issue.

Kind regards,

Pierre