Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

Performance gains vs Normalizing your tables? [closed]

Cascade deletes on linked table joining 2 tables that each have a cascade delete to another table. How?

It it bad practice to use inheritance in database to make it less painful to change schema latter?

Good database design for recall and comparison of 2D data arrays?

arrays database-design

how many index per database table? [closed]

MYSQL table structure [closed]

GUID / UUID for this scenario? Or compound key? Or other

Meta Tables in MySQL

What is the point of a junction table

Database Design: Selecting and limiting Favorites

Database design (MySql)::should we put html data in text field inside database table or more efficient to save inside text.txt file?

mysql database-design

Altering column type from int to bigint frees space?

Database Smell - Improve current design with multiple tables

mysql database-design

How to specify ONLY 'scale' for 'numeric' type in PostgreSQL?

Database model for agenda application with recurrence features

Database constraints based on relationship dependencies

Should I worry about 1B+ rows in a table?

MongoDB schema design for multiple user types

Tips/links/books for designing a very large, low-granularity database?