Live data from Hacker News

Staircar: Redis-powered notifications

engineering.tumblr.com

1–10 of 16 posts

Re: Staircar: Redis-powered notifications

#2
Neat technology, but at first I thought I was going to read an article about some sort of messaging/event system. It's not; Staircar is basically a way to deal with high write to read ratio data. It's not for subscribing to or publishing events.

Re: Staircar: Redis-powered notifications

#4
This looks pretty cool. I'm curious how they deal with machine failure though - does Staircar coordinate some kind of redundancy, or when you lose a redis machine do you need to manually fix it and bring it back up with whatever the last checkpoint data was?

Re: Staircar: Redis-powered notifications

#6
I'm curious as to the speed difference between redis current protocol and a resty-json loving http redis server, as the speed was more than enough for tumblr and going the http route has the benefit that any http client becomes a full blown redis client.

Re: Staircar: Redis-powered notifications

#8
post #7

Do you have to watch out for hop-ons? edit: no arrested development fans, i see...

It is a pretty good naming scheme. Looking forward for steveholt, featherbottom, annyong and nevernude.

There's always money in thebananastand.

Re: Staircar: Redis-powered notifications

#9
post #7

Do you have to watch out for hop-ons? edit: no arrested development fans, i see...

It is a pretty good naming scheme. Looking forward for steveholt, featherbottom, annyong and nevernude.

Steveholt!

Also: MrF, Cornballer, and Chickendance.

Re: Staircar: Redis-powered notifications

#10
Possibly early optimization syndrome? Redis is awesome, but the main problem here seems to be the amount of data (in the hundreds of gigs) and not scaling writes... The stated requirements are 7500 notifications per second but a single instance of redis can do 50k/sec updates on my mac...
Post reply on HN