Scaling Memcached: 500,000+ Operations/Second
blogs.sun.com
Scaling Memcached: 500,000+ Operations/Second
1–10 of 10 posts
Re: Scaling Memcached: 500,000+ Operations/Second
#2Re: Scaling Memcached: 500,000+ Operations/Second
#3Re: Scaling Memcached: 500,000+ Operations/Second
#4Re: Scaling Memcached: 500,000+ Operations/Second
#5http://www.google.com/products?client=safari&rls=en-us&#...
Take a look on Newegg, and it would seem that it'd be enough to buy you around 20 Intel boxes with 16 gigs of ram each. The configuration I used put a Core2 Quad on each machine, so our cluster would have 80 cores and 320gb of memory. Unless there's a huge gotcha somewhere regarding the system bus in the Intel architecture vs. the Sun architecture, the Intel cluster still seems to win out. The Sun box indicated that they used DDR2 chips but didn't indicate what speed, so I picked DDR2 800.
Re: Scaling Memcached: 500,000+ Operations/Second
#6Does anyone know what the comparable figures for an Intel server cluster are? Looking around the net, it seems like the cost of the hardware required for that half a million ops figure is in the neighborhood of $30k. The article had an 8 core T2 with 64gb of ram. http://www.google.com/products?client=safari&rls=en-us&#... Take a look on Newegg, and it would seem that it'd be enough to buy you around 20 Intel boxes wi…
Cisco 16-Port 10 Gigabit Ethernet Module Our Price $27,433.91
PS: You could probably get close with a 32 port GB switch with a 10GB unlink, but it's still not free.
Re: Scaling Memcached: 500,000+ Operations/Second
#7Re: Scaling Memcached: 500,000+ Operations/Second
#8A single threaded Redis instance on a 300$ Linux box performs 100,000 operations/second. Assuming a quadcore and running N instances to approach 500,000 op/seconds in cheap hardware should be not hard, so I'm not very impressed by this numbers, especially given the hardware used.
Besides CPUs & RAM constantly getting faster, since when was handling in-memory data fast in any way impressive?
Re: Scaling Memcached: 500,000+ Operations/Second
#9I'd like to see median and 99 percentile latency for any throughput numbers.
Re: Scaling Memcached: 500,000+ Operations/Second
#10A single threaded Redis instance on a 300$ Linux box performs 100,000 operations/second. Assuming a quadcore and running N instances to approach 500,000 op/seconds in cheap hardware should be not hard, so I'm not very impressed by this numbers, especially given the hardware used.