Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

Relational to NoSQL Database

Is it a bad idea to use a database table's ID as an external API identifier?

Designing databse for questions and answers where some answers are text and some are multiple choice [closed]

database-design

Cassandra: Column Family vs Super Column Family

Can you have 2 foreign keys and no primary key?

Is there a recommended size for a Mysql Primary key

SQL sub-types with overlapping child tables

How to design database that handle Order, OrderItem, Return, Refund, Exchange?

database database-design

Storing File Paths in a Database

Database layout/design inefficient

best way to store member of group in mysql table

What is the recommended setup for an Elasticsearch cluster that contains data at the scale of TBs and above? [closed]

Use JSONB for postgres columns other than primary and foreign keys

MySQL table without primary key (best practice)

mysql database-design

How to model diamond like many-to-many relationship in database ERD

What is the best way to design a tag-based data table with Sqlite?

Is it possible to have a compound foreign key in rails?

Django: How do I model a tree of heterogeneous data types?

Schema design for when users can define fields

Can PostgreSQL have a uniqueness constraint on array elements?