yacy_search_server/htroot/yacy
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
..
crawlOrder.html preparations for bulk remote crawls 2005-07-19 00:26:31 +00:00
crawlOrder.java XSS-safe put as default. 2007-01-16 14:07:54 +00:00
crawlReceipt.html initial load with yacy 0.36 2005-04-07 19:19:42 +00:00
crawlReceipt.java XSS-safe put as default. 2007-01-16 14:07:54 +00:00
hello.html initial load with yacy 0.36 2005-04-07 19:19:42 +00:00
hello.java redesign of last-seen fieln inside seed: 2007-02-02 23:54:27 +00:00
list.html initial load with yacy 0.36 2005-04-07 19:19:42 +00:00
list.java PLEASE MAKE A BACK-UP OF YOUR COMPLETE DATA DIRECTORY BEFORE USING THIS 2007-02-20 08:35:51 +00:00
message.html initial load with yacy 0.36 2005-04-07 19:19:42 +00:00
message.java replaced some toString() 2007-02-06 16:26:56 +00:00
profile.html initial load with yacy 0.36 2005-04-07 19:19:42 +00:00
profile.java XSS-safe put as default. 2007-01-16 14:07:54 +00:00
query.html initial load with yacy 0.36 2005-04-07 19:19:42 +00:00
query.java removed constants (no connection with yacySeed.dna identifier) 2007-02-02 14:52:54 +00:00
search.html changes towards better join-search 2006-09-10 22:36:47 +00:00
search.java fix for wrong display of search statistics 2007-02-08 10:42:35 +00:00
transfer.html added missing files for last commit 2005-11-11 08:02:46 +00:00
transfer.java XSS-safe put as default. 2007-01-16 14:07:54 +00:00
transferRWI.html added a busy-time estimation at DHT/RWI-Receive 2006-05-19 14:52:00 +00:00
transferRWI.java replaced some toString() 2007-02-06 16:26:56 +00:00
transferURL.html initial load with yacy 0.36 2005-04-07 19:19:42 +00:00
transferURL.java - don't spam log because of some old URLs 2007-01-17 05:31:27 +00:00