yacy_search_server/source/de/anomic/server/logging
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
..
logParsers - fixed IllegalThreadStateException in LogParser 2007-01-21 14:45:52 +00:00
ConsoleOutErrHandler.java *) htmlFilterContentScraper.java: adding support for link tag 2006-09-19 16:13:13 +00:00
ConsoleOutHandler.java *) Adding X-Forwarded-For Header 2005-09-05 08:01:54 +00:00
GuiHandler.java - bugfixes and debug code 2006-11-07 01:09:02 +00:00
LogalizerHandler.java - LogalizerHandler skips interfaces again 2007-01-17 17:01:20 +00:00
serverLog.java PLEASE MAKE A BACK-UP OF YOUR COMPLETE DATA DIRECTORY BEFORE USING THIS 2007-02-20 08:35:51 +00:00
serverMiniLogFormatter.java *) Adding X-Forwarded-For Header 2005-09-05 08:01:54 +00:00
serverSimpleLogFormatter.java *) Replacing jsch 0.1.19 lib with newer version 0.1.21 2005-09-20 21:49:47 +00:00