annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
32
a77f0a9ed93c Add support for optimistic log batching.
Dan Creswell <dan.creswell@gmail.com>
parents: 0
diff changeset
1 2010-06-12 Dan Creswell <dan@dancres.org>
0
3dc0c5604566 Initial checkin of blitz 2.0 fcs - no installer yet.
Dan Creswell <dan.creswell@gmail.com>
parents:
diff changeset
2
32
a77f0a9ed93c Add support for optimistic log batching.
Dan Creswell <dan.creswell@gmail.com>
parents: 0
diff changeset
3 * Blitz Pure Java Version 2.1.1
0
3dc0c5604566 Initial checkin of blitz 2.0 fcs - no installer yet.
Dan Creswell <dan.creswell@gmail.com>
parents:
diff changeset
4
32
a77f0a9ed93c Add support for optimistic log batching.
Dan Creswell <dan.creswell@gmail.com>
parents: 0
diff changeset
5 * Add an optimistic log file batcher - disabled by default
a77f0a9ed93c Add support for optimistic log batching.
Dan Creswell <dan.creswell@gmail.com>
parents: 0
diff changeset
6 - To enable change: storageModel = new Persistent(true, true, 1, true, 10000, 32768);
a77f0a9ed93c Add support for optimistic log batching.
Dan Creswell <dan.creswell@gmail.com>
parents: 0
diff changeset
7 to: storageModel = new Persistent(true, true, 1, false, 10000, 32768);
0
3dc0c5604566 Initial checkin of blitz 2.0 fcs - no installer yet.
Dan Creswell <dan.creswell@gmail.com>
parents:
diff changeset
8
32
a77f0a9ed93c Add support for optimistic log batching.
Dan Creswell <dan.creswell@gmail.com>
parents: 0
diff changeset
9 2010-01-04 Dan Creswell <dan@dancres.org>
0
3dc0c5604566 Initial checkin of blitz 2.0 fcs - no installer yet.
Dan Creswell <dan.creswell@gmail.com>
parents:
diff changeset
10
32
a77f0a9ed93c Add support for optimistic log batching.
Dan Creswell <dan.creswell@gmail.com>
parents: 0
diff changeset
11 * Blitz Pure Java Version 2.1 - full changelog here:
a77f0a9ed93c Add support for optimistic log batching.
Dan Creswell <dan.creswell@gmail.com>
parents: 0
diff changeset
12 http://blitzjavaspaces.hg.sourceforge.net/hgweb/blitzjavaspaces/blitzjavaspaces/log
0
3dc0c5604566 Initial checkin of blitz 2.0 fcs - no installer yet.
Dan Creswell <dan.creswell@gmail.com>
parents:
diff changeset
13
32
a77f0a9ed93c Add support for optimistic log batching.
Dan Creswell <dan.creswell@gmail.com>
parents: 0
diff changeset
14 * Update to DB/Java 3.3.93
a77f0a9ed93c Add support for optimistic log batching.
Dan Creswell <dan.creswell@gmail.com>
parents: 0
diff changeset
15 * Add an additional option on Dashboard to display full stats as raw
a77f0a9ed93c Add support for optimistic log batching.
Dan Creswell <dan.creswell@gmail.com>
parents: 0
diff changeset
16 strings.
a77f0a9ed93c Add support for optimistic log batching.
Dan Creswell <dan.creswell@gmail.com>
parents: 0
diff changeset
17 * Add some cache/memory statistics to help spot potential exhaustion
a77f0a9ed93c Add support for optimistic log batching.
Dan Creswell <dan.creswell@gmail.com>
parents: 0
diff changeset
18 and other tuning issues.
a77f0a9ed93c Add support for optimistic log batching.
Dan Creswell <dan.creswell@gmail.com>
parents: 0
diff changeset
19 * Add support for cache partitioning to improve concurrency.
a77f0a9ed93c Add support for optimistic log batching.
Dan Creswell <dan.creswell@gmail.com>
parents: 0
diff changeset
20 * Add support for nano-second batch windows.