yacy_search_server/source/de/anomic/yacy
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
..
seedUpload *) adding possibility to configure the server port for seed uploading via scp. 2006-03-08 16:34:05 +00:00
yacyAccessible.java added keywords, properties; 2006-02-21 00:30:38 +00:00
yacyClient.java Correct usage of vhost in wget/wput requests: 2006-06-21 14:25:27 +00:00
yacyCore.java some enhancements to caching and kelondroRA-methods 2006-05-10 21:36:44 +00:00
yacyDHTAction.java added keywords, properties; 2006-02-21 00:30:38 +00:00
yacyNewsAction.java added keywords, properties; 2006-02-21 00:30:38 +00:00
yacyNewsDB.java removed high/med/low from kelondroRecords cache control. 2006-06-25 10:31:38 +00:00
yacyNewsPool.java removed high/med/low from kelondroRecords cache control. 2006-06-25 10:31:38 +00:00
yacyNewsQueue.java full integration of kelondroRow 2006-06-02 12:45:57 +00:00
yacyNewsRecord.java added keywords, properties; 2006-02-21 00:30:38 +00:00
yacyPeerAction.java added keywords, properties; 2006-02-21 00:30:38 +00:00
yacyPeerActions.java tried to fix some problems with latest changes to httpc 2006-05-10 16:01:14 +00:00
yacySearch.java - enhanced kelondroCollection speed 2006-06-07 15:40:29 +00:00
yacySeed.java fixed bugs: 2006-04-06 16:28:28 +00:00
yacySeedDB.java removed high/med/low from kelondroRecords cache control. 2006-06-25 10:31:38 +00:00
yacySeedUploader.java added keywords, properties; 2006-02-21 00:30:38 +00:00
yacyVersion.java added keywords, properties; 2006-02-21 00:30:38 +00:00