[LRUG] Rails session stores?

Jan Szumiec jan.szumiec at gmail.com
Wed Apr 25 06:44:00 PDT 2012


Try storing Object ids instead of objects in the session store. That
should reduce the size of your session store quite a bit.

On Wed, Apr 25, 2012 at 2:36 PM, Joel Chippindale
<joel.chippindale at econsultancy.com> wrote:
>
> On 25 April 2012 14:19, Dan Singerman <dansingerman at gmail.com> wrote:
>>
>> I think if you have gigabytes of session data, you are _probably_ doing
>> something wrong somewhere.
>
>
> That may well be the case. Some of the bigger chunks of data we currently
> hold in sessions are looking like candidates for extracting into a separate
> store at the moment.
>
>>
>> Or you could buy more ram for your redis server(s)
>
>
> Of course ;o)
>
> J.
>
> _______________________________________________
> Chat mailing list
> Chat at lists.lrug.org
> http://lists.lrug.org/listinfo.cgi/chat-lrug.org
>



More information about the Chat mailing list