<< IE7 will make life hard for IE6 users | Home | DWR 1.1 Release Candidate 1 >>

Google is 800 trillion times faster than Microsoft

  • Fred: Could you tell me where on the LAN the docs for Project X are?
  • Shiela: Oh, they’re not on the LAN, I found them on the Internet.
  • Fred: Much better – I’ll Google for them.

There is something very wrong when I can do a free text search over 20 billion pages stored on 80 million geographically distributed servers in “0.60 seconds”, but trying to find the same text in a few thousand docs stored on 1 Windows server takes 20 minutes and then gets the wrong answer.

Yeah – apples and oranges, and the title is flamebait, but there is something wrong when I’ve got more chance of finding a doc somewhere on the Internet than on the file server in the room next door.

What good, simple solutions are there to the local search problem in the corporate environment?

P.S. If you are thinking of suggesting Google Desktop as a corporate search solution then you deserve a turbo wedgie for not considering what it will do to the network and servers when all those clients want to update their indexes.



Re: Google is 800 trillion times faster than Microsoft

Lookout was a search solution based on the great Lucene open-source search API. They did the same thing as Google, built nice reverse indexes, which makes the searches almost instant. Then they went and got bought by Microsoft :)

Re: Google is 800 trillion times faster than Microsoft

But IIRC, Lookout also suffers from the GDS problem of keeping the indexes on the clients, which makes it totally unsuitable for the enterprise.

Re: Google is 800 trillion times faster than Microsoft

Wasn't it Linus Torvalds saying something like "real men backup to public ftp servers"? So real men find their stuff faster & easier than those LAN & disclosure squareheads, you are right :)

Google Mini

I guess Google Mini was invented to solve this exact kind of problems. I don't know of any, but I guess they do have competitiors. However, if Microsoft doesn't have anything similar, then I guess your title is still correct...

Re: Google Mini

Re: Google is 800 trillion times faster than Microsoft

This is possible on Linux - check out the Beagle project, which lets you run a daemon on your network fileserver to do real-time indexing, and then query it from your clients. You can also run the daemon on your workstation, to provide you with a unified search solution across both your LAN and your desktop. It's nice to see that Windows is now playing catch-up in many areas. :)