Zeos7.2-alpha branches_ testing_r3154:
http://svn.code.sf.net/p/zeoslib/code-0 ... sting-7.2/
Mormot Test 15 - External DB performance - works without error (in Oracle) !!!
Code: Select all
{
"Engine": "Oracle",
"CreateTableTime": "1.51s",
"NumberOfElements": 5000,
"InsertTime": "5.33s",
"InsertRate": 936,
"InsertBatchTime": "82.22ms",
"InsertBatchRate": 60808,
"InsertTransactionTime": "2.14s",
"InsertTransactionRate": 2330,
"InsertBatchTransactionTime": "76.52ms",
"InsertBatchTransactionRate": 65341,
"ReadOneByOneTime": "1.92s",
"ReadOneByOneRate": 2598,
"ReadAllVirtualTime": "108.80ms",
"ReadAllVirtualRate": 45953,
"ReadAllDirectTime": "28.53ms",
"ReadAllDirectRate": 175223,
"ClientCloseTime": "50.75ms"
}
{
"Engine": "AnyDAC Oracle",
"CreateTableTime": "840.14ms",
"NumberOfElements": 5000,
"InsertTime": "5.11s",
"InsertRate": 977,
"InsertBatchTime": "137.45ms",
"InsertBatchRate": 36376,
"InsertTransactionTime": "2.00s",
"InsertTransactionRate": 2499,
"InsertBatchTransactionTime": "86.61ms",
"InsertBatchTransactionRate": 57730,
"ReadOneByOneTime": "2.54s",
"ReadOneByOneRate": 1968,
"ReadAllVirtualTime": "95.71ms",
"ReadAllVirtualRate": 52238,
"ReadAllDirectTime": "73.69ms",
"ReadAllDirectRate": 67843,
"ClientCloseTime": "90.59ms"
}
{
"Engine": "ZEOS Oracle",
"CreateTableTime": "522.61ms",
"NumberOfElements": 5000,
"InsertTime": "5.13s",
"InsertRate": 974,
"InsertBatchTime": "805.75ms",
"InsertBatchRate": 6205,
"InsertTransactionTime": "2.04s",
"InsertTransactionRate": 2440,
"InsertBatchTransactionTime": "733.59ms",
"InsertBatchTransactionRate": 6815,
"ReadOneByOneTime": "3.10s",
"ReadOneByOneRate": 1612,
"ReadAllVirtualTime": "146.69ms",
"ReadAllVirtualRate": 34084,
"ReadAllDirectTime": "137.79ms",
"ReadAllDirectRate": 36285,
"ClientCloseTime": "26.65ms"
}