Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

Why should I avoid loops when designing relationships for a database?

MongoDB vs. Cassandra vs. MySQL for real-time advertising platform

What is the best way to manage permissions for a web application - bitmask or database table?

Should OLAP databases be denormalized for read performance? [closed]

How to store directory / hierarchy / tree structure in the database?

Allow null in unique column

Underscores or camelCase in PostgreSQL identifiers, when the programming language uses camelCase?

What's The Best Practice In Designing A Cassandra Data Model? [closed]

Composite Primary key vs additional "ID" column?

MySQL - Conditional Foreign Key Constraints

How should international geographical addresses be stored in a relational database?

How can I tell if a database table is being accessed anymore? Want something like a "SELECT trigger"

MySQL - One To One Relationship?

Best representation of an ordered list in a database?

Should I use a single or multiple database setup for a multi-client application? [closed]

Naming of boolean column in database table

What are the advantages of using a single database for EACH client?

Composite Primary Keys : Good or Bad?

What databases do the World Wide Web's biggest sites run on? [closed]

MySQL ENUM type vs join tables

mysql database-design enums