You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2019-06-12-gluster-3-12-vs-6-a-performance-oriented-overview.md
+21-10Lines changed: 21 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ Steps for preparing the test database:-
69
69
70
70
`bash-4.2$ time pgbench -i -s 4000 pgbench`
71
71
72
-
### Time required for creating the database (Gluster 3.12 vs Gluster 6) Thinly Provisioned
72
+
### Time required for creating the database (Gluster 3.12 vs Gluster 6) Thinly Provisioned (Lower is better)
73
73
74
74
`time pgbench -i -s 4000 pgbench`
75
75
@@ -82,7 +82,7 @@ Steps for preparing the test database:-
82
82
| 6 (without cache-invalidation) | 25m 24.868s |
83
83
| 6 (defaults) | 25m 56.818s |
84
84
85
-
### Time required for creating the database (Gluster 3.12 vs Gluster 6) Preallocated
85
+
### Time required for creating the database (Gluster 3.12 vs Gluster 6) Preallocated (Lower is better)
86
86
87
87
`time pgbench -i -s 4000 pgbench`
88
88
@@ -101,9 +101,9 @@ Steps for preparing the test database:-
101
101

102
102
103
103
104
-
*Time taken to create the db seems to be more in gluster-6 still investigating why.*
104
+
*Time taken to create the db seems to be more in gluster-6 still investigating performance improvements.*
105
105
106
-
Now let us look at some pg-bench results. Have created two disks *(Preallocated & Thinly-Provisioned)* . Added various parameters to check the performance. These volume options are set from ovirt-ui. Before running tests for stat-prefetch have run
106
+
Now let us look at some pg-bench results. Have created two disks *(Preallocated & Thinly-Provisioned)* . Added various parameters to check the performance. These volume options are set from ovirt-ui. Before running tests for pg-bench have run
107
107
`echo 3 > /proc/sys/vm/drop_caches && sync` on the hypervisor hosts.
108
108
109
109
@@ -122,17 +122,23 @@ Arguments to pgbench as -c and -t where -c=number of clients , -t= number of tra
122
122
123
123
The raw data for the below results are located in : [gluster-pg-bench-test-results](https://github.com/ezio-auditore/gluster-pg-bench-test-results)
124
124
125
+
**Note:** All results are taken as an average of 3 runs.
0 commit comments