view ChangeLog @ 32:a77f0a9ed93c 2.1.1

Add support for optimistic log batching.
author Dan Creswell <dan.creswell@gmail.com>
date Sat, 12 Jun 2010 10:42:31 +0100
parents 3dc0c5604566
children
line wrap: on
line source

2010-06-12  Dan Creswell <dan@dancres.org>

    * Blitz Pure Java Version 2.1.1

	* Add an optimistic log file batcher - disabled by default
		- To enable change: storageModel = new Persistent(true, true, 1, true, 10000, 32768);
		to: storageModel = new Persistent(true, true, 1, false, 10000, 32768);
	
2010-01-04	Dan Creswell <dan@dancres.org>

	* Blitz Pure Java Version 2.1 - full changelog here: 
		http://blitzjavaspaces.hg.sourceforge.net/hgweb/blitzjavaspaces/blitzjavaspaces/log
	
	* Update to DB/Java 3.3.93
	* Add an additional option on Dashboard to display full stats as raw 
strings.
	* Add some cache/memory statistics to help spot potential exhaustion 
and other tuning issues.
	* Add support for cache partitioning to improve concurrency.
	* Add support for nano-second batch windows.