Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

database schema for timesheet

Database Normalization

What is best practice for representing time intervals in a data warehouse?

Django: Best practices for database design

Database performance of view vs new table

When is it ok to NOT normalize? [closed]

database-design

Reordering an ordered list

sql database-design

Credit system: history based or balance based?

Is a good idea to store chat messages in a mongodb collection?

What are the first issues to check while optimizing an existing database?

How to design a generic database whose layout may change over time?

Storing many bits -- Should I use multiple columns or a single bitfield column?

SQLite Unique Key with a combination of two columns

What's the proper way to store this data in a MySQL schema?

Database Design: track a vast number of attributes for each user. So much so, that I will likely run out of columns (row storage space)

database-design

Bigtable database design theory

How to implement a self referencing (parent_id) model in cakephp

database-design cakephp

Database design: lots of rows vs lots of tables?

mysql sql database-design

Design from the database first through to UI or t'other way round?

Why not always use GUIDs instead of Integer IDs?