-
Ratcheting SQL Queries: reducing a database's load by 1/4th with a simple change
-
Why doesn't MySQL's query planner rewrite some `ORDER BY.. LIMIT` queries to use a `UNION` strategy? No clue.
-
A one-table SQL query will often use a single index
-
Indexes are sorted arrays (sort of)
-
Using NodeJS's AsyncLocalStorage to Instrument a Webserver
-
MongoDB Performance is Disk-graceful
-
Node's `AsyncLocalStorage` Makes the Commons Legible