alexandrestein / gotinydb

A simple pure Golang database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write multiple element

alexandrestein opened this issue · comments

Make a put request to provide an easy way to achieve much better write performance.

One it will be working it will be important to make use of it in the tests.

After some testing probably the best solution is to make a queue. and wait for a short period of time before sending the write request to store.

This way there is no needs to have a special multiple insertion function. but with the same performances.

Done in commit 7523fd3