Harbour DB speed tests comparison - Registers Count: 821051
MySql configuration( 1 or 2 )
- /data/mysql/dbstru.zip - Import structure of Database and then with /tests/mysql_wdo/importDbf.prg transfer all dbf data to mysql
- /data/mysql/db.zip - Import all database file to mysql
- unpack /data/dbf/db.zip to any folder. Do not forget to set that folder in .prg tests!!
- unpack /data/dbf/db.zip to any folder(Set Datapath - See step 2).
- /data/letodb.ini <- Set the "Datapath" with your full path to dbf folder. FIRST OF ALL!!!!
- /data/letodb.exe install <- Install letodb Service
- /data/letodb.exe start <- Start letodb Service(Check Windows Services if started)
/data/letodb.exe stop <- Stop letodb Service
/data/letodb.exe uninstall <- Uninstall letodb Service
LOCALHOST TEST( in milliseconds )
DBF |
LetoDB |
Mysql(WDO) |
Mysql(HDO) |
0 |
3 |
17 |
2 |
Test1 - Simple record count with one search criteria - Result: 594060 regs
DBF |
LetoDB |
Mysql(WDO) |
Mysql(HDO) |
219 |
467 |
152 |
172 |
Test2 - Search and retrieve data(sorted by KAR_NUMERO) that match a criteria by date - Result: 39354 regs
DBF |
LetoDB |
Mysql(WDO) |
Mysql(HDO) |
534 |
833 |
402 |
232 |
Test3 - Search and retrieve a specific and unique data in the db - Result: 1reg
DBF |
LetoDB |
Mysql(WDO) |
Mysql(HDO) |
301 |
705 |
153 |
154 |
ImportDbf(DBF->mySql) - import DBF file with 821051 regs
Mysql(WDO) |
Mysql(HDO) |
109146 |
82928 |
LAN( gigabit ) TEST( in milliseconds )
DBF(SMBv2) |
LetoDB |
Mysql(WDO) |
Mysql(HDO) |
5 |
3 |
24 |
12 |
Test1 - Simple record count with one search criteria - Result: 594060 regs
DBF(SMBv2) |
LetoDB |
Mysql(WDO) |
Mysql(HDO) |
181 |
527 |
213 |
201 |
Test2 - Search and retrieve data(sorted by KAR_NUMERO) that match a criteria by date - Result: 39354 regs
DBF(SMBv2) |
LetoDB |
Mysql(WDO) |
Mysql(HDO) |
415 |
2464 |
476 |
439 |
Test3 - Search and retrieve a specific and unique data in the db - Result: 1reg
DBF(SMBv2) |
LetoDB |
Mysql(WDO) |
Mysql(HDO) |
264 |
817 |
213 |
193 |
ImportDbf_lan(DBF->mySql) - import DBF file(in Client) with 821051 regs
Mysql(WDO) |
Mysql(HDO) |
51893 |
20548 |