Category – SQL
2 posts tagged with "SQL" (See all categories)

UUsing Materialized Views as Models in Lucky

07/27/20182 Min Read — In Lucky, Crystal, SQL

I've got an app with over 2 million rows in a Postgresql database and I make complex queries with joins, unions and aggregate functions that take a lot of time. The results of some of these queries…