Our module uses relatively large in-memory object databases. Commits are expensive, so you want to load the data into memory, work with it until you're done, and then commit it.
The modules that we're trying to integrate our module with have all been written for an environment where a commit is cheap.
Hilarity has ensued.
We will sort this out.
Eventually.