a curated list of database news from authoritative sources

November 10, 2021

November 09, 2021

November 07, 2021

Supabase Beta October 2021

Three new Auth providers, multi-schema support, and we're gearing up for another Launch Week.

November 06, 2021

November 05, 2021

November 03, 2021

November 02, 2021

Recurse Center Day 2: BTree Node

This is a draft post that I have prematurely published. Currently, I am attending RC and I want to write as much as possible, log my daily learnings and activities. But, I also don't want to spend time on grammar and prose, so I am publishing all the posts which usually I'd have kept in my draft folder.

B Tree

I started working on the B Tree project, created a Github repo, put up skeleton code. Then I started wondering how best would I represent a B Tree node in code.

Why write a new planner

Query planning is hard # Have you ever wondered what goes on behind the scenes when you execute a SQL query? What steps are taken to access your data? In this article, I'll talk about the history of Vitess's V3 query planner, why we created a new query planner, and the development of the new Gen4 query planner. Vitess is a horizontally scalable database solution which means that a single table can be spread out across multiple database instances.