Google recently implemented their "Instant" search facility, with results showing as quick as 0.07 seconds. This surely cannot be done with your everyday jQuery AJAX? What methods are Google using to deploy such a quick, slick autocomplete feature which crawls and search billions upon billions of web pages in milliseconds?
Asked
Active
Viewed 3,670 times
6
-
3That and http://labs.google.com/papers/mapreduce.html – tauran Jan 31 '11 at 10:27
-
2They also have their own CDN which is local to a lot of ISPs, which helps a lot in situations like these. – Kit Scuzz Jan 31 '11 at 10:28
1 Answers
1
This question has already been answered here.
It's predictive. The search results are from the first autocomplete suggestion (or the selected one if you hit the down arrow or mouse over a suggestion).

Community
- 1
- 1

Teknophilia
- 758
- 10
- 23