Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

How to build a simple recommendation system?

Designing a conditional database relationship in SQL Server

How represent multiple similar foreign keys in ERD database diagram?

Leaderboard design using SQL Server

storing upvotes/downvotes in mongodb

mongodb database-design

Is there any "reverse" ON DELETE CASCADE option?

What's the best way to handle one-to-one relationships in SQL? [closed]

Store objects with common base class in database

Complex foreign key constraint in SQLAlchemy

Storing User Settings - anything wrong with using "Flags" or "Bits" instead of a bunch of bools?

Does varchar result in performance hit due to data fragmentation?

Good db table design: One table mixing different entities or separate table for each entity

database-design

Database schema which can support specialized properties

How to create one to many in SQLITE3?

What column should the clustered index be put on?

Should a user's profile be a separate model?

Composite Index vs. INCLUDE Covering Index in SQL Server

Difference between a row-oriented and column-oriented databases in dealing information retrieval

Should User and Address be in separate tables?

What is the best design for a database table that can be owned by two different resources, and therefore needs two different foreign keys?