-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supporting writeBulk and readBulk #57
Comments
To keep things consistent we'd have to update Elastic search plugin to use the new 'bulkSize' parameter instead of the getBulkWriteBatchSize() param that it now uses. Also.. I am implementing writeSingle for elastic search such that it actually does bulk write based on getBulkWriteBatchSize(). If this change goes in we should file a bug to do the work to make ES_REST plugin consistent w/ this new approach. |
I would recommend NOT closing this bug until the above issue is addressed.. Otherwise things will get inconsistent. |
… and cache miss after merging Netflix#57 (Bulk request support)
I am thinking about adding writeBulk and readBulk operations to ndbench. My thought is to add the bulkSize parameter in startWrites and startReads and default it to 1, which falls back to writeSingle and readSingle. Any comments?
The text was updated successfully, but these errors were encountered: