File | Date | Author | Commit |
---|---|---|---|
project | 2024-02-21 |
![]() |
[695eb2] gcc |
project-mono | 2023-07-08 |
![]() |
[0b7cfc] monoaot |
.gitignore | 2023-03-09 |
![]() |
[51c921] mono |
README.md | 2022-08-27 |
![]() |
[9dca90] tr |
Databases Benchmark Version 3 with iBoxDB SQLite.
Stop Tracker daemon
Why does Tracker consume resources on my PC?
[user@localhost ~]$ tracker daemon -k
VM 2cores + 8G
iBoxDB.NET
SQLite.Core
//close all,
//open new Terminal each time.
cd project
dotnet run -c Release
PATH: ../TEST_BM_SQL
ThreadCount=100,000, batchCount=10, reinteration=3
iBoxDB
Database Transaction Test: Succeeded
iBoxDB Insert:1,000,000 AVG: 28,912 objects/s
iBoxDB Update:1,000,000 AVG: 31,513 objects/s
iBoxDB Delete:1,000,000 AVG: 19,024 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
/project/ -dotnet core version
/project-mono/ -linux mono version