http://qs321.pair.com?node_id=800133


in reply to Re: Google like scalability using perl?
in thread Google like scalability using perl?

Redis is another in-memory store. However i really wanted to keep data in perl memory for fastest possible execution of view code across data.

I'm thinking about making merge to Redis directly from nodes to skip heavy merge on master if I have a lot of fields generated on nodes. This is the case with biggest query I currently have, but I still don't have code for that (Redis code currently in is left-over from first iteration which did merge to Redis on master).


2share!2flame...
  • Comment on Re^2: Google like scalability using perl?