Franck Pachot
Author ProfileClaim This Author Profile
Prove ownership by publishing #HashtagPLUS and this profile link on your author page or an article under your byline. A moderator or admin will review the request before it merges into your real HashtagPLUS username.
π dev.toSource
I like vendors benchmarks as they are often good illustrations of worst practice. Rather than...
π dev.toSource
In SQL databases, NULL represents an unknown value β not the absence of a value. When a value is...
π dev.toSource
From Dev.to - database: PostgreSQL EXCLUDE constraints for better concurrency than serializable
π dev.toSource
From Dev Community: You need foreign keys and surrogate keys because you broke your relationships
π dev.toSource
From Dev.to - sql: Codd's Connection Trap and Oracle's JOIN TO ONE
π dev.toSource
In DynamoDB, a single-table design stores one-to-many relationships in a single physical block while still following relational-like normal form decomposition. In MongoDB, the Single Collection Pattern unnests relationships from a single document, but goes against the general rec