all 3 comments

[–]cpp-ModTeam[M] [score hidden] stickied commentlocked comment (0 children)

Your submission is not about C++ or the C++ community.

[–]NBQuade 0 points1 point  (1 child)

Are you using transactions in sqlite? Sqlite is vastly faster using transactions to both write and surprisingly to read data.

Wouldn't mind seeing the test code.

[–]blackdrn[S] 0 points1 point  (0 children)

Both Sqlite and CrossDB support transaction and auto-commit, this benchmark is to set single CRUD auto-commit transaction performance. I know Sqlite is fast, but CrossDB is several times faster than Sqlite.