seamusabshere/upsert

Batch does not batch

KevinColemanInc opened this issue · 3 comments

I noticed that calling batch does not actually batch the sql queries. for every #row call, there is a new sql execution call.

I was expecting the batch to execute 1 query with all of the upsert changes.

This is a known issue which we’re hoping to address in the next version :)

Is there a branch with this feature being added? Maybe I could look at trying to finish it?

Not yet, things have been extremely slow over the summer and not much work has been done as this is also fairly low priority for us. I need to follow up with @seamusabshere again so we can even nail down an interface we’d like for version 2. That being said, you’re welcome to start work on something and we can fold it in :)