grouper-users - RE: [grouper-users] Anyone using cloud RDBMS with on-prem Grouper?
Subject: Grouper Users - Open Discussion List
List archive
- From: "Hyzer, Chris" <>
- To: Greg Haverkamp <>, "" <>
- Subject: RE: [grouper-users] Anyone using cloud RDBMS with on-prem Grouper?
- Date: Wed, 18 Apr 2018 05:00:38 +0000
- Accept-language: en-US
- Authentication-results: lbl.gov; dkim=none (message not signed) header.d=none;lbl.gov; dmarc=none action=none header.from=isc.upenn.edu;
- Ironport-phdr: 9a23:meEHHhMmdfeqP765KMsl6mtUPXoX/o7sNwtQ0KIMzox0K/z6osbcNUDSrc9gkEXOFd2Cra4c0KyO6+jJYi8p2d65qncMcZhBBVcuqP49uEgeOvODElDxN/XwbiY3T4xoXV5h+GynYwAOQJ6tL1LdrWev4jEMBx7xKRR6JvjvGo7Vks+7y/2+94fcbglUijexe69+IAmrpgjNq8cahpdvJLwswRXTuHtIfOpWxWJsJV2Nmhv3+9m98p1+/SlOovwt78FPX7n0cKQ+VrxYES8pM3sp683xtBnMVhWA630BWWgLiBVIAgzF7BbnXpfttybxq+Rw1DWGMcDwULs5Qiqp4bt1RxD0iScHLz85/3/Risxsl6JQvRatqwViz4LIfI2ZMfxzdb7fc9wHX2pMRsZfWTJcDIOgYYUBDOQBMuRZr4bhqFQDtgGxCRWwCO711jNEmn370Ksn2OohCwHG2wkgEsoAvHrWrNT0NbkdUfqtwKLV0zjDb+lW2Tbm6ITGbxsspvSMUq5wccvRyEggCRnFg06RqYz+IzyZzPkNs3CF4OpmU+KjkXAopBxsojW2wMonl4rHhpoNx1za7yp13Js5KNilREJmfNKpFZVQui6GO4dqR84vQX9ntSk6x7ADvJO3YjQGxZo/yxLCZfGLb5KE7xb+WOqLPzt0mXZodKiiixuw8EWs0uP8Wde33VpWqydIl8fDum0X2BHX78WKROVx80a71juK1A3f9+9ELEUqmabHN5Et3Lg9nYcJv0vZBC/5gkD2gbeWdko6/uio7PzqbK36q5GbK4N4lBjyP7oslcCiGOg4NRMBUHaB9eS7yb3j4Vb2QLJXjv0wj6bVqojaJd4cpq6lHQBazpoj6xe4DzegytgYmmQHLE5BeBKAiIjpOEvCL+z/Dfe6m1iskTFryO7aPrD5HJnCNGTPnKrkcLpg9kJQ1Q8+zd5Q6p5IFr0MJfD+VVH+udHYCxI0NhK4z/rpBdll04MRQ2OPAquXMKPItl+I4/oiI+yQa48VuDf8KuYq5+T1gH84gl8SYbOl3YYPaH+mGPRmJV+VbmTxjdccCWsKpBYxTPT2iF2eVj5ef3myX7g75jEmEIKpE53DSpmwgLyawii7BIZWa3tCClCNCnfoa56EV+kWZCKTJM9hjiILVaKnS4A/yRGiqhX2xKR6IerJqWUkssfMztV6r83aixwo9jVxF4zJ3GiNRn95hGABQice2Kp750N61AHHmeJ3mftFDdFJou5SXx0hHZ/a0+FgDd3uAETMcsrDAAKpWNK7GTwrC88qzsUVS0d7B9i4iB3fhWynD6JDxJKRA5lhuILNzXXrY45Wy2zHz+Np21wtQtpdOHeOh7V0sRXLCojP1UiVivD5JuwnwCfR+TLbniK1t0ZCXVs1CP2dUA==
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
I would run the JVM next to the database (either both on prem or both in cloud) Thanks Chris From: [mailto:]
On Behalf Of Greg Haverkamp My deployment progress has been literally slowed, and I'm trying to figure out if there's something I'm just doing wrong. I've generally had pretty good luck with AWS RDS (though with Postgres), and we run a couple of services off of it. Our plan was to deploy the Grouper DB to AWS RDS (MySQL) while running Grouper on-prem, at least until we work out our
desired strategy for pushing everything out. However, we've found Grouper to be ridiculously slow in this model. Slow enough that it makes it difficult to try to get anything done with it. Today I spent the day poking, prodding, resizing, creating new resources, etc., all which seem to indicate that perhaps the Grouper DB is not well-suited to even minimal latency. I'm wondering if anyone else has attempted this and found
otherwise? At this point, I've tried AWS RDS MySQL (5.7). With my load, gsh takes about a minute to display its prompt. This seems to be the case regardless of RDS instance size (bumped to get "Network Performance" from "Medium" to "High", General
SSD storage size (bumped it up to 100 GB to try to get the performance wins), etc. I also converted to Amazon Aurora, in an attempt to see if it could be that. However, performance remained basically the across all attempts. Around 1 minute to get to the
gsh prompt and around 1-2 seconds to findSubject(). Then, I decided to try a quick benchmark. I cranked up a MySQL 5.7 Docker on my desktop, loaded up my data, and pointed my Grouper instance at it. gsh appeared in around 10 seconds, and the findSubject() returned almost immediately. Deciding I'd give one last shot at not having to run my own database, I cranked up MySQL at Google and loaded the data. It returns faster, but only about 20% faster than AWS. (It's perhaps not coincidental that my ICMP RTTs around about
20% faster to Google than to AWS.) I'm guessing this is likely in the nature of Grouper, and that perhaps it's just running so many queries that 20 ms per query starts to add up. Does that seem about right? Greg |
- [grouper-users] Anyone using cloud RDBMS with on-prem Grouper?, Greg Haverkamp, 04/18/2018
- RE: [grouper-users] Anyone using cloud RDBMS with on-prem Grouper?, Hyzer, Chris, 04/18/2018
- Message not available
- Re: [grouper-users] Anyone using cloud RDBMS with on-prem Grouper?, Tim Darby, 04/26/2018
- Re: [grouper-users] Anyone using cloud RDBMS with on-prem Grouper?, Greg Haverkamp, 04/26/2018
- Re: [grouper-users] Anyone using cloud RDBMS with on-prem Grouper?, Andre Daniels, 04/26/2018
- Re: [grouper-users] Anyone using cloud RDBMS with on-prem Grouper?, Greg Haverkamp, 04/26/2018
- Re: [grouper-users] Anyone using cloud RDBMS with on-prem Grouper?, Tim Darby, 04/26/2018
Archive powered by MHonArc 2.6.19.