Tuesday, July 04, 2017

The Most Effective Way to Write Effective SQL: Change Your Thinking Style

DZone Database Zone
The Most Effective Way to Write Effective SQL: Change Your Thinking Style

Writing effective SQL queries is one of the biggest problems in the enterprise software world.

The most fundamental problem faced by every company that develops projects on a database is that the performance achieved in development environments can not be achieved in live environments. Generally, the reason for these performance losses is that the volume of data in the live environment is much larger.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...