Hacker News new | ask | show | jobs
by reilly3000 1782 days ago
Use a columnar database for this. Use materialized views. Don’t do this on the prod DB for the CRUD app. Simple :)
1 comments

That sounds good!