diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-06-07 21:48:01 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-06-07 21:48:01 +0000 |
| commit | c079b18ee70a052ce48f24d423e88eb63375192e (patch) | |
| tree | 1a087f8e02e1641a0786dd7ab5ab6402431383db /htroot/PerformanceMemory_p.xml | |
| parent | bead0006da0876f60757512360caf33d08ecc32b (diff) | |
- 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
Diffstat (limited to 'htroot/PerformanceMemory_p.xml')
| -rw-r--r-- | htroot/PerformanceMemory_p.xml | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/htroot/PerformanceMemory_p.xml b/htroot/PerformanceMemory_p.xml index fcc61c1de..061dd5419 100644 --- a/htroot/PerformanceMemory_p.xml +++ b/htroot/PerformanceMemory_p.xml @@ -37,38 +37,6 @@ <EcoIndexTotalMem>#[EcoIndexTotalMem]#</EcoIndexTotalMem> </EcoTable> - <FlexTable> - #{TableList}# - <entry> - <tableIndexPath>#[tableIndexPath]#</tableIndexPath> - <tableIndexChunkSize>#[tableIndexChunkSize]#</tableIndexChunkSize> - <tableIndexCount>#[tableIndexCount]#</tableIndexCount> - <tableIndexMem>#[tableIndexMem]#</tableIndexMem> - </entry> - #{/TableList}# - <TableIndexTotalMem>#[TableIndexTotalMem]#</TableIndexTotalMem> - </FlexTable> - - <NodeCaches> - #{NodeList}# - <entry> - <nodeCachePath>#[nodeCachePath]#</nodeCachePath> - <nodeChunkSize>#[nodeChunkSize]#</nodeChunkSize> - <nodeCacheCount>#[nodeCacheCount]#</nodeCacheCount> - <nodeCacheMem>#[nodeCacheMem]#</nodeCacheMem> - <nodeCacheReadHit>#[nodeCacheReadHit]#</nodeCacheReadHit> - <nodeCacheReadMiss>#[nodeCacheReadMiss]#</nodeCacheReadMiss> - <nodeCacheWriteUnique>#[nodeCacheWriteUnique]#</nodeCacheWriteUnique> - <nodeCacheWriteDouble>#[nodeCacheWriteDouble]#</nodeCacheWriteDouble> - <nodeCacheDeletes>#[nodeCacheDeletes]#</nodeCacheDeletes> - <nodeCacheFlushes>#[nodeCacheFlushes]#</nodeCacheFlushes> - </entry> - #{/NodeList}# - <nodeCacheTotalMem>#[nodeCacheTotalMem]#</nodeCacheTotalMem> - <nodeCacheStopGrow>#[nodeCacheStopGrow]#</nodeCacheStopGrow> - <nodeCacheStartShrink>#[nodeCacheStartShrink]#</nodeCacheStartShrink> - </NodeCaches> - <ObjectReadCaches> #{ObjectList}# <entry> |
