yacy_search_server/source/de/anomic/index
orbiter dc0c06e43d PLEASE MAKE A BACK-UP OF YOUR COMPLETE DATA DIRECTORY BEFORE USING THIS
redesign for better IO performance
enhanced database seek-time by avoiding write operations at distant
positions of a database file. until now, a USEDC counter was written
at the head-section of a kelondroRecords database file (which is the
basic data structure of all kelondro database files) to store the
actual number of records that are contained in the database. Now, this
value is computed from the database file size. This is either done
only once at start-time, or continuously when run in asserts enabled.
The counter is then updated only in RAM, and written at close of the
file. If the close fails, the correct number can be computed from the
file size, and if this is not equal to the stored number it is a strong
evidence that YaCY was not shut down properly.
To preserve consistency, the complete storage-routine had to be re-written.
Another change enhances read of nodes in some cases, where the data-tail
can be read together with the data-head. This saves another IO lookup during
each DB node fetch.
Includes also many small bugfixes.
IF ANYTHING GOES WRONG, ALL YOUR DATA IS LOST: PLEASE MAKE A BACK-UP

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3375 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-02-20 08:35:51 +00:00
..
indexCachedRI.java added exists-check based only on RAM index lookup: 2007-01-08 13:13:30 +00:00
indexCollectionRI.java added exists-check based only on RAM index lookup: 2007-01-08 13:13:30 +00:00
indexContainer.java fix for http://www.yacy-forum.de/viewtopic.php?p=28607#28607 2006-12-08 23:35:32 +00:00
indexContainerOrder.java bugfix for assertion bugs documented in 2006-12-01 01:30:05 +00:00
indexRAMRI.java PLEASE MAKE A BACK-UP OF YOUR COMPLETE DATA DIRECTORY BEFORE USING THIS 2007-02-20 08:35:51 +00:00
indexRI.java added exists-check based only on RAM index lookup: 2007-01-08 13:13:30 +00:00
indexRWIEntry.java enhanced ranking 2006-12-20 15:44:29 +00:00
indexRWIEntryNew.java enhanced ranking 2006-12-20 15:44:29 +00:00
indexRWIEntryOld.java enhanced ranking 2006-12-20 15:44:29 +00:00
indexURLEntry.java added selection of audio, video, image and application resources 2006-12-01 16:21:17 +00:00
indexURLEntryNew.java replaced some toString() 2007-02-06 16:26:56 +00:00
indexURLEntryOld.java - generalized object order handling 2006-12-06 03:02:57 +00:00