Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

How to store 800 billion GPS markers in database [closed]

Deep clone of Hibernate entity

Unique together involving multiple foreign keys & a many to many field

What ways are there to store information about an anonymous/guest user in a database?

Android (distributed application) primary key strategy

Normalizing/validation for international data sets in a database?

How to implement polymorphic associations in an existing database

Persisting Enums in database tables

c# database-design enums

MongoDB / NOSQL: Best approach to handling read/unread status on messages

Does a Foreign Key referencing PK need the NOT NULL constraint?

Efficiency of Hibernate's table-per-subclass inheritance strategy

Why is it bad to use boolean flags in databases? And what should be used instead?

"Follow user" database table design

Custom SERIAL / autoincrement per group of values

Database Design: how to model generic price factors of a product/service?

Ordering columns in database tables

should the user's Account balance be stored in the database or calculated dynamically?

Is varchar(128) better than varchar(100)

sql database-design

How does Trello store data in MongoDB? (Collection per board?)

Postgresql one db with multiple schemas vs multiple db with one schema