Skip to content
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.

Make batch-insert configurable #13

Open
kolovos opened this issue Oct 31, 2015 · 1 comment
Open

Make batch-insert configurable #13

kolovos opened this issue Oct 31, 2015 · 1 comment

Comments

@kolovos
Copy link
Contributor

kolovos commented Oct 31, 2015

In a scenario where the user needs to index many small models, we may want to provide them with the option of switching off batch-insert so that they can trade speed for guaranteed consistency.

@agarciadom
Copy link
Member

This might have some unintended consequences for the OrientDB backend, as it requires indexes and node/edge classes to be created outside a transaction. We might end up having to prematurely commit a transaction inserting the first version of a file just to do that.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants