|
You are here |
dylanpaulus.com | ||
| | | | |
www.darrenhorrocks.co.uk
|
|
| | | | | One of the first schema decisions you face when designing a database table is: Should I use an INT or a UUID as the primary key? Most developers default to an auto-incrementing integer. It's simple, compact, and familiar. But UUIDs (a.k.a. GUIDs) are increasingly popular - and many of the old performance objections don't hold up with modern hardware. Let's break this down like developers, not DB theorists. | |
| | | | |
timilearning.com
|
|
| | | | | My notes from the second chapter of Martin Kleppmann's book: Designing Data Intensive Applications. | |
| | | | |
golangbot.com
|
|
| | | | | This tutorial deals with the creation of the DB CRUD methods needed for the resumable file upload tus server in Go. We will use PostgreSQL as the database. | |
| | | | |
www.sqlserver-dba.com
|
|
| | | SQL Server blocking query history | ||