Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-normalization

When to Denormalize a Database Design

In terms of databases, is "Normalize for correctness, denormalize for performance" a right mantra?

Convert JSON array in MySQL to rows

What is the best way to implement Polymorphic Association in SQL Server?

Postgres returns [null] instead of [] for array_agg of join table

What is Normalisation (or Normalization)? [closed]

Native JSON support in MYSQL 5.7 : what are the pros and cons of JSON data type in MYSQL?

Facebook database design?

Difference between 3NF and BCNF in simple terms (must be able to explain to an 8-year old)

Is there ever a time where using a database 1:1 relationship makes sense?

First-time database design: am I overengineering? [closed]

What are database normal forms and can you give examples? [closed]

Is storing a delimited list in a database column really that bad?