views:

1097

answers:

2

I know how Google search works. A web-crawler crawls the web following links and downloading every page as it goes along. Then various algorithms index the page based on its content.

How does Twitter search work? Does it index every word?

I have seen Twitter say "Older tweets are temporarily unavailable.". Does this mean that they only hold a subset of the tweets (recent tweets) relating to a query

+1  A: 

This is not the answer, but could shed some light on what you're looking for:

http://highscalability.com/scaling-twitter-making-twitter-10000-percent-faster

Santi
What the heck does "10000% faster" mean??? I've always thought 95% faster meant it took 5% of the time, am I wrong?
Dominic Rodger
@Dominic: 10000% faster means it takes 100 / (100 + 10000) the run time of the original. You can extrapolate other figures with this formula: 100% faster means half runtime, etc.
Walt W
@Walt W - thanks!
Dominic Rodger
A: 

Yes, they currently only hold 7 days old tweets according to this explanation: http://searchengineland.com/where-have-all-the-old-tweets-gone-33579

karen