iboxdb / benchmarksql

Benchmark with SQLite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

benchmarksql

Benchmark with SQLite

Test Result:

VM 2cores + 8G

iBoxDB.NET

SQLite.Core

//close all IDE first.
dotnet run -c Release
ThreadCount=100,000 BatchCount=10 
 
iBoxDB
Database Transaction Test: Succeeded
iBoxDB Insert:1,000,000  AVG: 42,669 objects/s
iBoxDB Update:1,000,000  AVG: 16,251 objects/s
iBoxDB Delete:1,000,000  AVG: 30,216 objects/s

SQLite
SQLite Insert:1,000,000  AVG: 1,497 objects/s
SQLite Update:1,000,000  AVG: 1,177 objects/s
SQLite Delete:1,000,000  AVG: 3,020 objects/s

Test Source Code

Welcome post Results to Issues.

About

Benchmark with SQLite


Languages

Language:C# 100.0%