| It's hard to believe, but years ago, back when Google had what was called "stop words" (like 'the', that it ordinarily ignored) I was able to make Google perform a search that took over 30 seconds. The reason stop words take such a long time is that millions of sites have words like "the" on them, so doing a join on all those simply takes a long time. My method to find a long string consisting entirely of stop words, was to just download a project gutenberg of the complete works of shakespeare, and find the longest string consisting of just stop words in there, then search for it as a literal quote. The longest one I found was: "From what it is to a". Let me see how long Google takes to do it now :) 2.04 seconds! Nice :) - http://i.imgur.com/IhPTpr6.png that took 30+ seconds 'back in the day'. |
Today it resolves instantly and finds at least 10 publications from before 2000.