I just recently moved from Cookie session store to ActiveRecord session store and I saaw my average page response time go from 300-500ms go to 800-1100ms. Would ActiveRecord session store be the cause of such a difference? I figured I would maybe take a 40-50ms hit at the most. Does that make sense? -- John Kopanas john-Iau1QiYlxLpBDgjK7y7TUQ@public.gmane.org Blog: http://www.kopanas.com Conference: http://www.cusec.net Twits: http://www.twitter.com/kopanas --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
John Kopanas wrote:> I just recently moved from Cookie session store to ActiveRecord session > store and I saaw my average page response time go from 300-500ms go to > 800-1100ms. Would ActiveRecord session store be the cause of such a > difference? I figured I would maybe take a 40-50ms hit at the most. > Does that make sense?I''m with you on the performance thing. The AR store should be slower but not by that much. How many sessions are in the table? Are the indices correct? Which database management system are you using and which Ruby driver? -- Roderick van Domburg http://www.nedforce.nl -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---