Explore >> Select a destination


You are here

parallelthoughts.xyz
| | justinjaffray.com
2.8 parsecs away

Travel
| | [AI summary] The article explains what a database query planner is, arguing that its primary role is to translate declarative SQL queries into efficient executable plans by approximating domain knowledge to optimize performance without requiring users to understand the underlying data structures.
| | akorotkov.github.io
3.4 parsecs away

Travel
| | [AI summary] A technical article demonstrates how to implement efficient faceted search for mailing list archives using a single PostgreSQL SQL query with window functions and CTEs.
| | stribny.name
3.4 parsecs away

Travel
| | A list of things that we can do when we need to scale a SQL database.
| | www.rorvswild.com
24.2 parsecs away

Travel
| Most of the time, optimizing a Rails application requires repeating the same techniques. For example, at the database layer, it's about creating the proper indexes, preventing 1+N queries, etc. Could we do that automatically?