Project

General

Profile

Performance » History » Version 1

bford -, 09/28/2006 12:52 PM

1 1 bford -
The follow are the results of some basic tests run on 09/28/06:
2
3
{{{
4
==========================================================
5
DBD::Pg
6
Cleaning up before test
7
Truncating insert_test
8
Analyzing test
9
Start: 12:26:41 PM
10
11
SELECT * FROM accounts
12
End: 12:26:44 PM
13
14
Start: 12:26:44 PM
15
16
Insert 1000000 rows 1000 at a time
17
18
End: 12:26:53 PM
19
20
Start: 12:26:53 PM
21
22
Insert 1000000 rows one at a time
23
24
End: 12:28:51 PM
25
26
==========================================================
27
DBD::nodbcng_nobuffer
28
Cleaning up before test
29
Truncating insert_test
30
Analyzing test
31
Start: 12:29:21 PM
32
33
SELECT * FROM accounts
34
End: 12:29:25 PM
35
36
Start: 12:29:25 PM
37
38
Insert 1000000 rows 1000 at a time
39
40
End: 12:29:35 PM
41
42
Start: 12:29:35 PM
43
44
Insert 1000000 rows one at a time
45
46
End: 12:31:37 PM
47
48
==========================================================
49
DBD::odbcng_buffer
50
Cleaning up before test
51
Truncating insert_test
52
Analyzing test
53
Start: 12:32:07 PM
54
55
SELECT * FROM accounts
56
End: 12:32:10 PM
57
58
Start: 12:32:10 PM
59
60
Insert 1000000 rows 1000 at a time
61
62
End: 12:32:20 PM
63
64
Start: 12:32:20 PM
65
66
Insert 1000000 rows one at a time
67
68
End: 12:34:17 PM
69
70
==========================================================
71
DBD::PGDG.ODBC
72
Cleaning up before test
73
Truncating insert_test
74
Analyzing test
75
Start: 12:34:47 PM
76
77
SELECT * FROM accounts
78
End: 12:34:50 PM
79
80
Start: 12:34:50 PM
81
82
Insert 1000000 rows 1000 at a time
83
84
End: 12:35:00 PM
85
86
Start: 12:35:00 PM
87
88
Insert 1000000 rows one at a time
89
90
End: 12:37:00 PM
91
92
}}}