-
Notifications
You must be signed in to change notification settings - Fork 11
Benchmark with MongoDB
Fast ACID NoSQL Application Database edited this page Feb 21, 2020
·
12 revisions
threadCount= 100,000 batchCount= 10 reinterationSelect= 3
iBoxDB
iBoxDB Insert: 1,000,000 AVG: 10,181 objects/s
iBoxDB Update: 1,000,000 AVG: 11,243 objects/s
iBoxDB Delete: 1,000,000 AVG: 9,984 objects/s
MongoDB
MongoDB Insert: 1,000,000 AVG: 6,763 objects/s
MongoDB Update: 1,000,000 AVG: 5,721 objects/s
MongoDB Delete: 1,000,000 AVG: 6,293 objects/s No Transaction Test Source Code
threadCount=100000 , batchCount=10
iBoxDB(File Mode)
Database Transaction Test: Succeeded
iBoxDB Insert:1000000 AVG:41978 objects/s
iBoxDB Update:1000000 AVG:28334 objects/s
iBoxDB Delete:1000000 AVG:54881 objects/s
iBoxDB(MemoryMappedFile Mode)
Database Transaction Test: Succeeded
iBoxDB Insert:1000000 AVG:56724 objects/s
iBoxDB Update:1000000 AVG:37917 objects/s
iBoxDB Delete:1000000 AVG:60324 objects/s
iBoxDB(InMemory Mode)
Database Transaction Test: Succeeded
iBoxDB Insert:1000000 AVG:58599 objects/s
iBoxDB Update:1000000 AVG:37145 objects/s
iBoxDB Delete:1000000 AVG:64729 objects/s
MongoDB(Default)
MongoDB Insert:1000000 AVG:30067 objects/sGoto WebSite www.iboxdb.com