yacy_search_server/source/de/anomic/data
orbiter daf0f74361 joined anomic.net.URL, plasmaURL and url hash computation:
search profiling showed, that a major amount of time is wasted by computing url hashes. The computation does an intranet-check, which needs a DNS lookup. This caused that each urlhash computation needed 100-200 milliseconds, which caused remote searches to delay at least 1 second more that necessary. The solution to this problem is to attach a URL hash to the URL data structure, because that means that the url hash value can be filled after retrieval of the URL from the database. The redesign of the url/urlhash management caused a major redesign of many parts of the software. Since some parts had been decided to be given up they had been removed during this change to avoid unnecessary maintenance of unused code.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4074 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-09-05 09:01:35 +00:00
..
wiki corrected Brausse->Brausze 2007-08-01 22:15:51 +00:00
blogBoard.java - fixed problem with yacyVersion and own version generation 2007-07-16 23:47:21 +00:00
blogBoardComments.java *) blog-comments can now be moderated 2007-06-01 06:02:55 +00:00
bookmarksDB.java joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
diff.java corrected Brausse->Brausze 2007-08-01 22:15:51 +00:00
htmlTools.java fixed umlaute-problem 2007-08-10 14:10:57 +00:00
listManager.java BugFix for typo and wrong include 2007-06-04 16:06:58 +00:00
messageBoard.java - fixed dht selction problem: the seed tables used a wrong ordering 2007-05-09 17:59:36 +00:00
robotsParser.java joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
SitemapParser.java joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
translator.java fixed great mess with localization paths. the problem was: 2007-07-04 10:32:30 +00:00
URLFetcherStack.java joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
URLLicense.java joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
userDB.java joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
wikiBoard.java - fixed dht selction problem: the seed tables used a wrong ordering 2007-05-09 17:59:36 +00:00
wikiCode.java corrected Brausse->Brausze 2007-08-01 22:15:51 +00:00