On Feb 22, 1:57 pm, comopasta Gr <[email protected]> wrote:

> This sounds like I could start playing with memcache.
> But somewhere I read that memcache will only be faster when dealing with
> millions of records. I won't have millions of records so will this
> really bring me any benefits? The load from clients is expected to be
> heavy though.
>
> I'd appreciate your opinions.
> I will be playing with memcache in the meanwhile as well.
>

It's hard to talk in generalities about this sort of stuff as there
are so many factors that come into play. Your best bet is to benchmark
some stuff, also taking into account the pattern of traffic you expect
(ie what proportion of cache hits do you expect?) Even in the case
where memcache doesn't make things faster (or even makes things
slower) it may still help at high volume if it takes some load off
your database.

Fred

-- 
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].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to