Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

Handling large databases

In a database, what is the difference betwen a key and an index?

database-design

Using [0,1] versus ["Y","N"] versus ["T","F"] in a logical/boolean database field?

What is best performance for Retrieving MySQL EAV results as Relational Table

Geo program design suggestions using Redis [closed]

Social web application database design: how can I improve this schema?

Designing "social-feed" in DynamoDB

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