Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

How entity framework works for large number of records? [closed]

When to use an auto-incremented primary key and when not to?

sql database-design

varchar Fields - Is a Power of Two More Efficient?

database-design varchar

Database Design Best Practices [closed]

database-design

Should you enforce constraints at the database level as well as the application level?

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]