it currently analyzes all views sequentially, even if they are not needed. in most cases the views in the postgres schemas are not needed. can support this by introducing some lazyness, and spreading across multiple transactions. can also analyze files in parallel at that point
it currently analyzes all views sequentially, even if they are not needed. in most cases the views in the postgres schemas are not needed. can support this by introducing some lazyness, and spreading across multiple transactions. can also analyze files in parallel at that point