Multiple pipelines with jdbc_static

I'm planning to do a simple sqlite lookup using jdbc_static however I am confused by the documentation regards multiple pipelines.

The documentation states that each pipeline will create a unique local instance of the table, but then the preserve_existing parameter implies that behaviour can be overridden. It's not exactly clear what the benefits/risks of using preserve_existing are? Is it just to save memory (i.e. only have one local copy)? And how does it interact with the loader_schedule option? Do I only need to configure that on one pipeline?

Thanks,

Alan

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.