yacy_search_server/source/de/anomic/data
orbiter 66964dc015 removed high/med/low from kelondroRecords cache control.
this was done because testing showed that cache-delete operations
slowed down record access most, even more that actual IO operations.
Cache-delete operations appeared when entries were shifted from low-priority
positions to high-priority positions. During a fill of x entries to a database,
x/2 delete situation happen which caused two or more delete operations.
removing the cache control means that these delete operations are not
necessary any more, but it is more difficult to decide which cache elements
shall be removed in case that the cache is full. There is not yet a stable
solution for this case, but the advantage of a faster cache is more important
that the flush problem.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2244 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-06-25 10:31:38 +00:00
..
blogBoard.java removed high/med/low from kelondroRecords cache control. 2006-06-25 10:31:38 +00:00
bookmarksDB.java Bugfix for broken Tags 2006-06-10 17:41:59 +00:00
gettext.java support to parse gettext files and to generate updated files, where only the new strings are empty. 2006-06-20 18:52:17 +00:00
listManager.java Fixed some of the copyright headers. 2006-05-12 14:35:56 +00:00
messageBoard.java removed high/med/low from kelondroRecords cache control. 2006-06-25 10:31:38 +00:00
robotsParser.java Fixed some of the copyright headers. 2006-05-12 14:35:56 +00:00
translator.java fixed problems in basic config and added language setting 2006-03-02 22:25:46 +00:00
userDB.java removed high/med/low from kelondroRecords cache control. 2006-06-25 10:31:38 +00:00
wikiBoard.java removed high/med/low from kelondroRecords cache control. 2006-06-25 10:31:38 +00:00
wikiCode.java Fixed some of the copyright headers. 2006-05-12 14:35:56 +00:00