Skip to content

Batched GET and PUT

Compare
Choose a tag to compare
@erhant erhant released this 22 Nov 17:58
· 33 commits to master since this release
2d1009c

This release fixes a bug with getMany mostly related to SortKeyCache (see #47) and also adds putMany interaction.

This should help with performance on multiple reads and puts, however the 1MB transaction size limit must be taken notice of. In such cases, the user should split the interactions into multiple ones in series.