Hi, @RobertKrisher can you elaborate a bit more on materialized views VS regular views ? I cannot find information about performance assessment or the use of views for data access.
Ex : I want to join rows in the electricJunctionObjects with their associated features so I can create a view that allows me to zoom to each object.
Should I create a standard or a materialized view with a JOIN, or create separate materialized views for electricJunctionObject and electricDevice first, then create a JOIN view against them ?