Explore >> Select a destination


You are here

www.milanjovanovic.tech
| | hashrocket.com
6.9 parsecs away

Travel
| | PostgreSQL 18 introduces a powerful new feature that solves a long standing limitation: accessing both the previous and updated values in RETURNING clauses. Let's explore how this game changing addition simplifies complex UPSERT operations.
| | hashrocket.com
6.9 parsecs away

Travel
| | N+1 queries are one of the most common performance killers in Rails apps, but also one of the easiest to fix. In this post, we'll see how a single line of code can reduce 1,101 database queries down to 3.
| | michaelscodingspot.com
7.0 parsecs away

Travel
| | Michael Shpilt's Blog on .NET software development, C#, performance, debugging, and programming productivity
| | ankane.org
33.4 parsecs away

Travel
| Your database knows which queries are running. It also has a pretty good idea of which indexes are best for a given query. And since indexes don't...