dannote / mod-ndb

Automatically exported from code.google.com/p/mod-ndb
0 stars 0 forks source link

The max. read operations in a single transaction should grow dynamically #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In ndb_instance i,
if i->n_ops = i->max_ops, 
then increase i->max_ops and reallocate i->data

Original issue reported on code.google.com by john.david.duncan on 14 Feb 2007 at 4:26

GoogleCodeExporter commented 9 years ago
The limit imposed by mod_ndb applies only to read operations in a transaction.
The total limit on read and write operations is configured in the cluster.ini 
file.

Original comment by john.david.duncan on 26 Feb 2007 at 4:52

GoogleCodeExporter commented 9 years ago

Original comment by john.david.duncan on 23 Aug 2007 at 11:24