Skip to content

Conversation

@jan-zajic
Copy link
Contributor

I fix performance issue in batch driver. I try to run several thousand operations in one batch request, but there will never be send to server before my fix. It's because String concatenation within loop. After fix, i run very large batch queries without problem.

Where you're concatenating in a loop - that's usually when the compiler can't substitute StringBuilder by itself.

@jan-zajic jan-zajic changed the title batch driver performance fix Batch driver performance fix Feb 10, 2016
a-brandt pushed a commit that referenced this pull request Feb 12, 2016
Batch driver performance fix
@a-brandt a-brandt merged commit 4a5d7d8 into arangodb:master Feb 12, 2016
@fceller
Copy link
Collaborator

fceller commented Feb 12, 2016

@jan-zajic thanks a lot for your contribution. We are using the Apache 2 license for the source. You are also using a Apache CLA for contribution. Can you please sign, scan and email https://www.arangodb.com/documents/cla.pdf to cla (at) arangodb.com

Again thanks a lot

@dothebart
Copy link
Contributor

@jan-zajic we really liked to accept your contribution. Is it possible for you to sign a CLA as @fceller questioned?

@jan-zajic
Copy link
Contributor Author

@dothebart I sent it to email hackers (at) arangodb.com and cla (at) arangodb.com with subject "PR #31".

@fceller
Copy link
Collaborator

fceller commented Mar 31, 2016

@jan-zajic thanks a lot and thank you again for you contribution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants