Closed GoogleCodeExporter closed 8 years ago
Any chance I can get help with this? I filed this as a Medium priority but
would be good to have the priority increased.
Thanks.
Original comment by gauravk...@gmail.com
on 1 Jun 2011 at 11:27
Using VM is known to be very slow with the operations you describe. This is
unlikely to change. The standard recommendation has been: get a box with more
memory.
Original comment by josiah.c...@gmail.com
on 3 Jun 2011 at 7:08
Josiah,
Thanks for your reply.
I would expect the performance degradation for only the objects actually in the
VM. Only 108K out of 27Million objects are in the VM.
I think redis is an amazing product, when all your data is in memory :) Having
said that, I would like to know if the problems are because the vm feature is
not fully developed? If it is not developed and production ready, it should be
in some experimental branch instead of the main branch.
We had to restart the server to get the objects out of the VM so no problem
now. Now we are monitoring heavily for memory usage on the redis instances and
deleting data actively.
Original comment by gauravk...@gmail.com
on 3 Jun 2011 at 6:54
Just to clarify: the VM was definitely ready for prime time, but mixing
in-memory and on-disk proves to be a bad combination. There are things that
could have been implemented more optimal, but in the end the thing that hurts
the most from mixing in-memory and on-disk is the predictability of performance.
Cheers,
Pieter
Original comment by pcnoordh...@gmail.com
on 14 Jun 2011 at 7:33
Original issue reported on code.google.com by
gauravk...@gmail.com
on 28 May 2011 at 11:45