diff options
author | unknown <mronstrom@mysql.com> | 2004-08-04 15:47:50 +0200 |
---|---|---|
committer | unknown <mronstrom@mysql.com> | 2004-08-04 15:47:50 +0200 |
commit | 607f0de736bd0419c6cd22e55c5202a6267d4adf (patch) | |
tree | e02bf0114e1f1e410c7ef7b471925cc7204e1e4e /BitKeeper | |
parent | 438f11ef41d2e3bc60e1fae175e65178fc41fa8c (diff) | |
download | mariadb-git-607f0de736bd0419c6cd22e55c5202a6267d4adf.tar.gz |
Fix for allowing large transactions with less memory impact.
Currently one needs 636*1.6*2*noOfReplicas + 184 bytes per record
which amounts to about 4200 bytes per record. The 2 is a bug which
is fixed here as well, noOfReplicas is removed, it was there for
concurrent transactions but it is better to focus on supporting one
large transaction in the cluster. Also decreasing the safety factor
from 1.6 to 1.1.
Also removing unused parameters.
Diffstat (limited to 'BitKeeper')
0 files changed, 0 insertions, 0 deletions