Comment on Materialized views are obviously usefulparentComments−wavemode1yThis shouldn't require denormalization. `SELECT COUNT(*)` ought to be very fast if you have a foreign key index.
Comments
This shouldn't require denormalization. `SELECT COUNT(*)` ought to be very fast if you have a foreign key index.