Re: KahaDB indexCacheSize question

2012-07-20 Thread Gary Tully
the index cache is a page cache for the index btree, which keeps entries in 4k pages. indexCacheSize is the number of pages to cache. caching pages means that reads are reduced, but writes still go to disk so there is no reliability implications on making it larger. you may want to play with the

Re: KahaDB indexCacheSize question

2012-07-20 Thread James Black
Should of added that this ActiveMQ 5.5.1 we are using. -- View this message in context: http://activemq.2283324.n4.nabble.com/KahaDB-indexCacheSize-question-tp4654198p4654202.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.