david_tout
02/11/2022, 3:00 AMtarget-postgres
We've got a meltano container running that pulls from Airtable every 5 minutes and is landing the data in an Aurora Postgres DB.
In the window that the job runs, the DB is being hammered pretty hard. Looking at RDs metrics it seems that autovacuum
is running constantly.
Has anyone encountered a similar problem, and have any advice, or suggests for some better, non-default config? Basically, I think we should not autovacuum quite so often...david_tout
02/11/2022, 3:02 AMdavid_tout
02/11/2022, 3:04 AMvisch
02/13/2022, 8:57 PMdavid_tout
02/15/2022, 9:07 PMdavid_tout
02/15/2022, 9:08 PMmaterialize
config for my DBT transforms from table
to view
which will cut down on DDL.
Does anyone know if Meltano itself triggers lots of DDL on it's raw tables? I guess that is target dependent...