Re: help designing schemas

2012-09-03 Thread Parnell Springmeyer
You *could* use Riak for all of that, but I personally find retrieving objects linked to other objects remarkably painful in Riak; even with secondary indexes Riak is still more suitable for fast growing data, and keeping the relational data in Postgres or MySQL. Example of my setup: MySQL is

help designing schemas

2012-09-03 Thread Dan Milon
Hello, I am developing a web feed reader, with Riak as the database. While i have read a few examples about designing schemas in Riak, i have come up with an idea about this but i dont feel very confident. Its quite simple, there are Users, Feeds, and Articles. User logs in, sees feeds he is