yacy_search_server/source/de/anomic/kelondro/table
orbiter c079b18ee7 - refactoring of IntegerHandleIndex and LongHandleIndex: both classes had been merged into the new HandleMap class, which handles (key<byte[]>,n-byte-long) pairs with arbitraty key and value length. This will be useful to get a memory-enhanced/minimized database table indexing.
- added a analysis method that counts bytes that could be saved in case the new HandleMap can be applied in the most efficient way. Look for the log messages beginning with "HeapReader saturation": in most cases we could save about 30% RAM!
- removed the old FlexTable database structure. It was not used any more.
- removed memory statistics in PerformanceMemory about flex tables and node caches (node caches were used by Tree Tables, which are also not used any more)
- add a stub for a steering of navigation functions. That should help to switch off naviagtion computation in cases where it is not demanded by a client

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6034 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-06-07 21:48:01 +00:00
..
AbstractRecords.java - added migration class to go from index collections to the index cell data structure. 2009-03-30 15:31:25 +00:00
CachedRecords.java - refactoring of IntegerHandleIndex and LongHandleIndex: both classes had been merged into the new HandleMap class, which handles (key<byte[]>,n-byte-long) pairs with arbitraty key and value length. This will be useful to get a memory-enhanced/minimized database table indexing. 2009-06-07 21:48:01 +00:00
ChunkIterator.java more refactoring of the index classes 2009-05-29 14:16:41 +00:00
EcoTable.java - refactoring of IntegerHandleIndex and LongHandleIndex: both classes had been merged into the new HandleMap class, which handles (key<byte[]>,n-byte-long) pairs with arbitraty key and value length. This will be useful to get a memory-enhanced/minimized database table indexing. 2009-06-07 21:48:01 +00:00
FixedWidthArray.java - added migration class to go from index collections to the index cell data structure. 2009-03-30 15:31:25 +00:00
FlexWidthArray.java - added migration class to go from index collections to the index cell data structure. 2009-03-30 15:31:25 +00:00
FullRecords.java
Hashtable.java removed option to use different primary keys in kelondro tables 2009-03-13 16:52:31 +00:00
Node.java
RecordHandle.java
Relations.java removed option to use different primary keys in kelondro tables 2009-03-13 16:52:31 +00:00
SplitTable.java - refactoring of IntegerHandleIndex and LongHandleIndex: both classes had been merged into the new HandleMap class, which handles (key<byte[]>,n-byte-long) pairs with arbitraty key and value length. This will be useful to get a memory-enhanced/minimized database table indexing. 2009-06-07 21:48:01 +00:00
SQLTable.java simplified code, removed one unused method in all implementing classes 2009-05-21 23:53:01 +00:00
Stack.java new fully redesigned balancer and bugfixes regarding lost profile handles and killed crawls 2009-06-06 01:56:31 +00:00
Tree.java simplified code, removed one unused method in all implementing classes 2009-05-21 23:53:01 +00:00