Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in database-design

INT vs VARCHAR in search

How to implement a super class, sub class relationship in the database?

How to map one class against multiple tables with SQLAlchemy?

Multi-tenant rails application: what are the pros and cons of different techniques?

Content tagging with MongoDB

Why am I getting a an error when creating a generated column in PostgreSQL?

Best way to save only day and month in database

How would you structure your entity model for storing arbitrary key/value data with different data types?

database-design

What's the best way to store different images in the database?

How to design shopping basket using session?

Indexes on join tables

How to learn about designing highly transactional systems?

Table with only one column or add a numeric primary key?

postgresql: data type for md5 message digest?

Agile development and database changes [closed]

database-design agile

Dynamic or column-ized tsvector index?

Database warehouse design: fact tables and dimension tables

How to CASCADE a delete from a child table to the parent table?

Database performance: filtering on column vs. separate table

Is there a speed difference in ordering by int vs. float?