mariadb/ndb
unknown 607f0de736 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.
2004-08-04 15:47:50 +02:00
..
bin .del-mysqlclusterd~7ebaf8faea0a1100: 2004-06-16 16:59:33 +00:00
config fix for ndb compile problem on non gcc 2004-06-11 09:39:20 +00:00
demos Removed unnecessary README files 2004-04-14 15:42:56 +02:00
docs ndb fixes for make dist 2004-06-15 08:14:20 +02:00
examples more removing of "system" files and introducing ndb_global/my_global 2004-05-07 15:34:12 +02:00
home Added more files for NDB Cluster 2004-04-14 12:13:54 +02:00
include New file missing in source distr. 2004-08-01 09:07:08 +02:00
lib
src Fix for allowing large transactions with less memory impact. 2004-08-04 15:47:50 +02:00
test Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.1 2004-07-30 12:48:34 +02:00
tools adopting mysql-test-run to new ndb config 2004-06-28 19:53:55 +00:00
Makefile.am ndb fixes for make dist 2004-06-15 08:14:20 +02:00