Hey Folks I’m wondering is it possible to fully di...
# troubleshooting
p
Hey Folks I’m wondering is it possible to fully disable
System 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!