|
|
887953 |
From f56ad2fc0ba3f3b78dc854b0c09c5c8f9bb9db77 Mon Sep 17 00:00:00 2001
|
|
|
887953 |
From: Xavi Hernandez <xhernandez@redhat.com>
|
|
|
887953 |
Date: Fri, 21 Sep 2018 21:51:46 +0200
|
|
|
887953 |
Subject: [PATCH 409/444] Update database profile group
|
|
|
887953 |
|
|
|
887953 |
Some performance testing has revealed that pgbench performs 3x better
|
|
|
887953 |
when these options are set:
|
|
|
887953 |
|
|
|
887953 |
performance.client-io-threads=on
|
|
|
887953 |
performance.open-behind=on
|
|
|
887953 |
performance.read-after-open=yes
|
|
|
887953 |
server.event-threads=4
|
|
|
887953 |
client.event-threads=4
|
|
|
887953 |
|
|
|
887953 |
> Upstream patch: https://review.gluster.org/c/glusterfs/+/21247
|
|
|
887953 |
> Change-Id: I36ce389f893a8af13aac5f8285104d749b73d098
|
|
|
887953 |
> fixes: bz#1631886
|
|
|
887953 |
> Signed-off-by: Xavi Hernandez <xhernandez@redhat.com>
|
|
|
887953 |
|
|
|
887953 |
Change-Id: I36ce389f893a8af13aac5f8285104d749b73d098
|
|
|
887953 |
BUG: 1644120
|
|
|
887953 |
Signed-off-by: Xavi Hernandez <xhernandez@redhat.com>
|
|
|
887953 |
Reviewed-on: https://code.engineering.redhat.com/gerrit/154881
|
|
|
887953 |
Tested-by: RHGS Build Bot <nigelb@redhat.com>
|
|
|
887953 |
Reviewed-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com>
|
|
|
887953 |
---
|
|
|
887953 |
extras/group-db-workload | 6 +++++-
|
|
|
887953 |
1 file changed, 5 insertions(+), 1 deletion(-)
|
|
|
887953 |
|
|
|
887953 |
diff --git a/extras/group-db-workload b/extras/group-db-workload
|
|
|
887953 |
index c9caf21..9334d6f 100644
|
|
|
887953 |
--- a/extras/group-db-workload
|
|
|
887953 |
+++ b/extras/group-db-workload
|
|
|
887953 |
@@ -1,4 +1,4 @@
|
|
|
887953 |
-performance.open-behind=off
|
|
|
887953 |
+performance.open-behind=on
|
|
|
887953 |
performance.write-behind=off
|
|
|
887953 |
performance.stat-prefetch=off
|
|
|
887953 |
performance.quick-read=off
|
|
|
887953 |
@@ -6,3 +6,7 @@ performance.strict-o-direct=on
|
|
|
887953 |
performance.read-ahead=off
|
|
|
887953 |
performance.io-cache=off
|
|
|
887953 |
performance.readdir-ahead=off
|
|
|
887953 |
+performance.client-io-threads=on
|
|
|
887953 |
+server.event-threads=4
|
|
|
887953 |
+client.event-threads=4
|
|
|
887953 |
+performance.read-after-open=yes
|
|
|
887953 |
--
|
|
|
887953 |
1.8.3.1
|
|
|
887953 |
|