Currently, I don't have problems. As I wrote, I am just expecting that most 
problems will be with DB's. 
I read about this problems in architecture of highload projects. And I know 
that relational model can't scale for millions simultaneously requests. All 
projects use distributed DB for this problem, like Cassandra or Riak.
And I know, that for in-memmory db, you should build a cluster. Memcached, 
for example, has this functionality. But I am trying to find similar for 
Redis.
My question is not about concrete problem with such database's, but it's 
about best practicies or maybe succesfull experience to scale similar stack 
of technologies.

среда, 16 января 2013 г., 23:15:49 UTC+8 пользователь Peter Hickman написал:
>
> The first question is where is this load going to hit your system. No 
> point boosting Redis if PostgreSQL is the problem, no point booting 
> PostgreSQL if the server is under powered.
>
> You could waste a lot of time and effort if you don't measure the problem 
> first.
>
>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-talk/-/9OJ_uSG0lmoJ.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to