pavlo
08/15/2023, 9:04 PMSystem database
?
we’re using elt
and storing state at cloud storage
but we run it inside one time job (actually there are couple parallel runs inside job)
but i don’t think we need any data from db
it was default sqlite
previously but we’ve had an issue with db locks due to parallel runs
now it’s postgres
but it’s creating overhead
maybe there’s some flag, or env variable i can set ?
thanks!