Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

Best way to store 'extra' user data in MySQL?

Architectural design of write heavy application [closed]

Use Integer Cents or Decimal for Accounting Amounts?

What are the minimum hardware requirement & setup for a PostgreSQL cluster with Rails frontend with a lot of small writes and long reads?

Datalog patterns for changing data

are there disadvantages of sharding a tracking table by date?

Database design - relations vs properties

Database design for tags or tagging

Define Generic Data Model for Custom Product Types

How would one represent scheduled events in an RDBMS?

Storing a Windows SID in a Database for Lookup

How would you implement these queries efficiently in MongoDB?

How to model a custom type in a relational database? [closed]

What is best: 1 table per record or 1 table with all records linked with foreign keys?

How to track changes in multiple columns in database table for auditing purposes?

One large table partitioned and then subpartitioned or several smaller partitioned tables?

Should GUID be used as a foreign key to many tables

Optimal DB Schema

How should I model data accuracy/confidence in a database?

Relational database versus R/Python data frames