Performance » History » Revision 1
Revision 1/5
| Next »
bford -, 09/28/2006 12:52 PM
The follow are the results of some basic tests run on 09/28/06:
{{{
==========================================================
DBD::Pg
Cleaning up before test
Truncating insert_test
Analyzing test
Start: 12:26:41 PM
SELECT * FROM accounts
End: 12:26:44 PM
Start: 12:26:44 PM
Insert 1000000 rows 1000 at a time
End: 12:26:53 PM
Start: 12:26:53 PM
Insert 1000000 rows one at a time
End: 12:28:51 PM
==========================================================
DBD::nodbcng_nobuffer
Cleaning up before test
Truncating insert_test
Analyzing test
Start: 12:29:21 PM
SELECT * FROM accounts
End: 12:29:25 PM
Start: 12:29:25 PM
Insert 1000000 rows 1000 at a time
End: 12:29:35 PM
Start: 12:29:35 PM
Insert 1000000 rows one at a time
End: 12:31:37 PM
==========================================================
DBD::odbcng_buffer
Cleaning up before test
Truncating insert_test
Analyzing test
Start: 12:32:07 PM
SELECT * FROM accounts
End: 12:32:10 PM
Start: 12:32:10 PM
Insert 1000000 rows 1000 at a time
End: 12:32:20 PM
Start: 12:32:20 PM
Insert 1000000 rows one at a time
End: 12:34:17 PM
==========================================================
DBD::PGDG.ODBC
Cleaning up before test
Truncating insert_test
Analyzing test
Start: 12:34:47 PM
SELECT * FROM accounts
End: 12:34:50 PM
Start: 12:34:50 PM
Insert 1000000 rows 1000 at a time
End: 12:35:00 PM
Start: 12:35:00 PM
Insert 1000000 rows one at a time
End: 12:37:00 PM
}}}
Updated by bford - about 18 years ago · 1 revisions