yacy_search_server/source/de/anomic/plasma/dbImport
orbiter 417ed5102e redesign of database iterators:
an iteration of key elements in kelondroTree databases is no longer supported.
this is now replaced by an iteration of kelondroRow.Entry objects from the database
Iteration of keys from the database was mostly followed by retrieval of the row
from the database, whcih caused unnecessary database load.
The index selection was also redesigned to use the new row iteration methods.
This affects many funktions, most important is the DHT selection routine which is now much faster.



git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2327 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-07-26 11:21:51 +00:00
..
AbstractImporter.java added option to configure the start-up delay time for kelondro database files. 2006-07-03 23:57:33 +00:00
AssortmentImporter.java redesign of database iterators: 2006-07-26 11:21:51 +00:00
dbImporter.java added option to configure the start-up delay time for kelondro database files. 2006-07-03 23:57:33 +00:00
dbImportManager.java *) use a more compact for plasmaWordIndexAssortmentImporter.java because the long name 2006-06-14 14:28:46 +00:00
plasmaCrawlNURLImporter.java implemented option to extract nurls from the database 2006-07-24 16:40:59 +00:00
plasmaDbImporter.java redesign of database iterators: 2006-07-26 11:21:51 +00:00