Hi Guys,

The datamodel in our little heroku application is set up so there are
no data dependencies between users.  We would like our scaling story
to be "as we add users, we add nodes" where the nodes can be totally
independent (separate web server, separate db) from one another.  (We
don't want to just scale up the heroku specifications on a single node
because there is one table with insert/update contention between
users, and our data sizes are pretty big.)

Are there any tools for doing this sort of thing?  We can implement it
ourselves, of course, but would prefer to color within the lines if
something already exists out there.

Thanks!
Carson

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to