Hacker News new | ask | show | jobs
by jgrahamc 4378 days ago
I'm waiting for the day people realize that materialized views in databases are awesome and decide to incorporate them into a framework.
1 comments

At least if you're using Oracle they are, as it supports auto-refreshing. Postgres has only had them since 9.3 (and have to be manually refreshed). Meanwhile MySQL is still struggling with regular views.