database-design

Tag

Cards List
#database-design

Structured Primary Keys

Lobsters Hottest · 2026-06-25 Cached

This article discusses how traditional primary key designs can isolate tables, and introduces structured primary keys as an alternative approach to improve SQL query performance and maintain relational integrity.

0 favorites 0 likes
#database-design

Spanish traders set the standard for GnuCash database design

Hacker News Top · 2026-06-08 Cached

This article explains how Spanish traders' practice of counting without thumbs influenced GnuCash's database design choice to store monetary values as integer minor units, drawing parallels to how historical oddities shape modern technology.

0 favorites 0 likes
#database-design

@MrCollison: The craziest thing about building a game engine is I've learned a concept that scared me the most: Columnar Stores It's…

X AI KOLs Timeline · 2026-05-17 Cached

The author shares a personal breakthrough in understanding columnar stores while building a game engine, relating it to Trizen's ECS and ClickHouseDB.

0 favorites 0 likes
#database-design

Redis and the Cost of Ambition

Lobsters Hottest · 2026-05-12 Cached

The article critiques Redis's recent strategic direction, highlighting conflicts over licensing changes, feature bloat, and its pivot toward an 'AI context engine' positioning. It analyzes how ambitious enterprise goals have impacted the project's openness and simplicity.

0 favorites 0 likes
#database-design

Columnar Storage Is Normalization

Hacker News Top · 2026-04-22 Cached

The article reframes columnar storage as an extreme form of database normalization, showing how splitting attributes into position-aligned arrays mirrors normalized tables joined on an implicit ordinal primary key.

0 favorites 0 likes
← Back to home

Submit Feedback