in reply to Re: RFC: OtoDB and rolling your own scalable datastore
in thread RFC: OtoDB and rolling your own scalable datastore
I would say because you get more out of an RDBMS than merely relational data structure. You also get:
An RDBMS does more than just store and retrieve datasets. It also prepares data based on SQL commands you send it. Maybe I'm wrong, but it seems that memcached is just a storage mechanism. I.e. your code has to handle sorting/filtering. With an RDBMS you can ask the data servers to do this.
There are probably some other reasons too, that I'm not thinking of. I should also point out that you are in fact using one relational feature, that of one-to-one relationships.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: RFC: OtoDB and rolling your own scalable datastore
by chromatic (Archbishop) on Jul 15, 2008 at 00:14 UTC |