Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

PHP - Add users as friends

mysql database-design

Store expression trees in database

Should every MySQL table have an auto-incremented primary key?

Draft / Live Content System Database Design

How to create a point in time architecture in MySQL

mysql database-design

What is aspnet_Users and aspnet_Membership? Which one should I use? What is the difference?

When adding a foreign key constraint, which direction is best practice?

Best way to store Time series data with heavy writing and high aggregation. (~1 billion points)

MySQL database to store product, color, size and stock

mysql database-design

Best Practice for PK in SQL Server

How to overcome shortcomings in reporting from EAV database?

Database design for very large amount of data

Will this (normalised) database structure permit me to search by tags as I intend?

Best way to design this database scenario?

Circular dependencies in foreign keys: use it or avoid it?

How to present a database design?

How to find out the tables that take up maximum memory in database?

Any reason to still use snake case for database tables and columns?

How to create a database that shows a calendar of availability for a set of apartments?

Is it ever a good idea to store an array as a field value, or store array values as records?