Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

Database design for ETL - Surrogate vs natural key

Why would primary keys be stored in another table, instead of using auto-increment?

When using timescaledb should time series data be kept in its own separate Postgres database?

How to model Friendship relationships

Storing user-defined segments JSONB vs separate table?

SQL Database design for huge datasets

Database schema for a dynamic formbuilder

Should I have my site's ASP.NET Identity database separate from my site's "other data" database?

Flexible way/database to keep a very large amount of data

How to handle a few dozen flags in a database

Database design dilemma on connecting users with messages

User defined data objects - what is the best data storage strategy?

What is the optimal way to make a dictionary database

database database-design

Message notification app database structure design

Nested materialized views find out actions on commit?

Better way to define role restrictions in the database tables

Lookup tables - should I use an id column or just use the value?

Storing Images In Filesystem As Files Or In BLOB Database Field As Binaries [duplicate]