Lyubomir Filipov * TarnovoConf 2015 * @FilipovG
Lyubomir Filipov
PHP Dev
Enthusiast
1998
2009
Strozzi NoSQL
Johan Oskarsson
Oracle | Riak |
---|---|
Database instance | Riak cluster |
table | bucket |
row | Key-value |
rowid | key |
Suitable Use Cases:
When Not to Use:
Oracle | MongoDB |
---|---|
Database instance | MongoDB instance |
schema | database |
table | collection |
row | document |
rowid | _id |
join | DBRef |
Suitable Use Cases:
When Not to Use:
RDBMS | Cassandra |
---|---|
Database instance | cluster |
database | keyspace |
table | Column family |
row | row |
column(same for all rows) | column(can be different per row) |
Suitable Use Cases:
When Not to Use:
Suitable Use Cases:
When Not to Use: