On Feb 17, 2008 5:33 PM, Remco <[EMAIL PROTECTED]> wrote: > I think searching for literally all URLs is going to put > a lot of strain on the server.
Not if it's just a hash table lookup. Note how Google is blindingly fast even though every query is a search. It's all due to the magic of hash tables... and elves... - Dan