Tag: #schema-design
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 1 posts
The Complete Guide to Data Modeling: From Logical Model to PostgreSQL Physical Schema
Covers the decisions you have to make when translating a logical model into a physical schema on PostgreSQL 18: surrogate keys and identifier types, the grounds for choosing text, numeric, and timestamptz, treating const
2026-08-15 · 19 min read #database#postgresql#data-modeling#schema-design#constraints