Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-modeling

How to optimize query to compute row-dependent datetime relationships?

Are dimension tables and domain tables the same thing?

sql data-modeling

The role of Aggregate roots in a REST API (DDD)

Is DynamoDB right for my 1M events-per-day scenario where I need access to both records and summary (aggregate) information

Thinking in AppEngine

How to model this[Networks, details in post] in database for efficiency and ease of use?

database data-modeling

a layman's term for identifying relationship

Got a table of people, who I want to link to each other, many-to-many, with the links being bidirectional

Survey Data Model

Synchronize model in MySQL Workbench

Logical Model versus Domain Model

How to create complex structure in Cassandra with CQL3

How to create an ontology from raw data (CSV)?

Many-to-many link table design : two foreign keys only or an additional primary key?

How to rearrange entity attributes in Xcode data modeling tool?

EFCore - How to exclude owned objects from automatic loading?

When two tables are very similar, when should they be combined?

Should I split the data between multiple databases or keep them in a single one?

Whats better design/practice: Nullable property or 1 value property and 1 bool "has" property?