/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

neovintage.org
| | nick.zoic.org
3.3 parsecs away

Travel
| | [AI summary] The author explores creating a platform-neutral wire protocol for Postgres that bypasses SQL generation and inserts query plan nodes directly into the executor.
| | surfingcomplexity.blog
6.1 parsecs away

Travel
| | I've been reading Alex Petrov's Database Internals to learn more about how databases are implemented. One of the topics covered in the book is a data structure known as the B-tree. Relational databases like Postgres, MySQL, and sqlite use B-trees as the data structure for storing the data on disk. I was reading along with...
| | geoffreylitt.com
3.0 parsecs away

Travel
| |
| | mistys-internet.website
26.4 parsecs away

Travel
| Has this ever happened to you? You're writing a project in Ruby, JavaScript, Go, etc., and you have to build a dependency that uses a system ...