Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

Bits vs Char - What's the best way to store 3 mutually exclusive flags?

Database design with dynamic fields: single table vs many tables - many indexes

Database Design for Facebook "likes"

Grouping serial posts in a user feed

Role Based Access Control in a Tree System

Delete records from a database or simply hide them during Reads?

Best practice for storing credit balance in web application

PostgreSQL partitioning with joined table - partition constraint not used in query plan

Mysql database design for customer multiple addresses and default address

What is the advantage of using a date dimension table over directly storing a date?

How should I model my MongoDB collection for nested documents?

Which column type for storing the year field in a table with rows of yearly data

User-sortable records

database database-design

Upgrade strategies for bad DB schema designs

Do relational databases provide a feasible backend for a process historian?

Oracle Schema Design: Seperate Schema with I/O Overhead?

Hadoop (+HBase/HDFS) vs Mysql (or Postgres) - Loads of independent, structured data to be processed and queried

Saving user's height and weight

Why do Hibernate docs recommend to use a join table for a one-to-many relation?

Local SQLite vs Remote MongoDB