yacy_search_server/source/de/anomic/kelondro
orbiter a9cea419ef Integration of the new index data structure IndexCell
This is the start of a testing phase for IndexCell data structure which will replace
the collections and caching strategy. IndexCall creation and maintenance is fast, has
no caching overhead, very low IO load and is the basis for the next data structure,
index segments.

IndexCell files are stored at DATA/<network>/TEXT/RICELL
With this commit still the old data structures are used, until a flag in yacy.conf is set.
To switch to the new data structure, set
useCell = true
in yacy.conf. Then you will have no access any more to TEXT/RICACHE and TEXT/RICOLLECTION

This code is still bleeding-edge development. Please do not use the new data structure for
production now. Future versions may have changed data types, or other storage locations.
The next main release will have a migration feature for old data structures.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5724 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-03-17 13:03:27 +00:00
..
blob even more efficient comparator calls (less System.arraycopy for primary keys) 2009-03-14 00:41:20 +00:00
index even more efficient comparator calls (less System.arraycopy for primary keys) 2009-03-14 00:41:20 +00:00
io disabled the BufferedIOChunks, because I consider it as broken. 2009-02-11 15:21:48 +00:00
order even more efficient comparator calls (less System.arraycopy for primary keys) 2009-03-14 00:41:20 +00:00
table more refactoring 2009-03-16 16:24:53 +00:00
text Integration of the new index data structure IndexCell 2009-03-17 13:03:27 +00:00
util removed option to use different primary keys in kelondro tables 2009-03-13 16:52:31 +00:00