I have never dealt with data with this size (mainly form a lesser web dev experience), when joinning tables, the query seems to run very long
Does not seem there is a lot of dead tuples either (vacuum is on the way on the only 2 tables that have dead tuples)
We have done optimizations suggested on https://github.com/OHDSI/CommonDataModel/tree/master/PostgreSQL
Is there any further optimization we can do? Or if there is any test to see why our SQL database is slow? Thanks