Live data from Hacker News

MongoDB Finds A Major Adopter In Craigslist

java.dzone.com

21–22 of 22 posts

Re: MongoDB Finds A Major Adopter In Craigslist

#21

The big tests for Mongo are how well it behaves under heavy load, how easy it is to shard/replicate data at large scale (e.g. what Zawodny was talking about in his presentation about Craigslist having 100 MySQL boxes), and to what degree data is recoverable when inevitable failures happen (there are some big questions here with Mongo since it appears it trades off ACID compliance for speed). It's great to see bigger…

See http://mongodb-is-web-scale.com/ for a humorous angle on the speed vs. ACID compliance tradeoff.

Re: MongoDB Finds A Major Adopter In Craigslist

#22
post #12

Earlier quoted context omitted.

Yup. You hit the nail on the head.

How much photo data do you handle? How long do you keep it?

The photos are removed once the posting is no longer live on the site (roughly). As for how many, I'd have to dig a bit to find that out...
Post reply on HN