grouper-dev - [grouper-dev] RE: Possible performance issue with HSQLDB...
Subject: Grouper Developers Forum
List archive
- From: "Hyzer, Chris" <>
- To: "Black, Carey M." <>
- Cc: "" <>
- Subject: [grouper-dev] RE: Possible performance issue with HSQLDB...
- Date: Wed, 31 Oct 2018 22:27:42 +0000
- Accept-language: en-US
- Authentication-results: spf=none (sender IP is ) ;
- Ironport-phdr: 9a23:MnswARU2DtLCNaVbV+l/jENMcYvV8LGtZVwlr6E/grcLSJyIuqrYbRWCt8tkgFKBZ4jH8fUM07OQ7/i/HzRYqb+681k6OKRWUBEEjchE1ycBO+WiTXPBEfjxciYhF95DXlI2t1uyMExSBdqsLwaK+i764jEdAAjwOhRoLerpBIHSk9631+ev8JHPfglEnjWwba9wIRmssQndqtQdjJd/JKo21hbHuGZDdf5MxWNvK1KTnhL86dm18ZV+7SleuO8v+tBZX6nicKs2UbJXDDI9M2Ao/8LrrgXMTRGO5nQHTGoblAdDDhXf4xH7WpfxtTb6tvZ41SKHM8D6Uaw4VDK/5KpwVhTmlDkIOCI48GHPi8x/kqRboA66pxdix4LYeZyZOOZicq/Ye94RWGhPUdtLVyFZAo2ycZYBD/YPM+hboYnypVoOogexCwajH+7v1iZIimPq0aEmz+gtDwfL1xEgEdIUt3TUqc34OKkQX+G1zajH0y/DY+tL0jrj6IjIaBEhoeqCUbltdsfRzFUgFwPFj1SRt4PlJSiY1uUWs2eH9eZgSPqvhHAhqwF3uDSg2NojipTQi48T11vK9j15zZ4rKdGlSUN3e9CpHIVKuy2HNIZ6X9kuTmJrtSoi17ELt4K3cDIOxZg63RLTdeGLfoyS7h7+VuucIC90hHx7d7+8mxq/9E2tx+3zW8SwzllHqylIncPNu30N0hHc99WIR/lj8Uqk1zaC1g7e5+FCLEspj6TUMYQhzaQ1lpcLsUTMACv2mELugaGOakgq/fSk5uT+brj4v5GQKpZ4igblPaswgMC/Bvk4MhQVUGic5OS80qDs8VfhQLVQif02jrfWv4zGJcQaoa65BRVZ0oE+6xajCzem19MYnXodIF1ZfxKHipDlO1DIIP/mEfeym0qgnCpqyvzcMLDtHI/BImXAnbv8Z7pw6E1RxBI2zd9F5pJUDr8BIOj0Wk/0rNHYCwM2Mwy0wufmFtp9zJgTWWOUAqCFKq/SrEeI6fwpI+mKfoMapivyK+U96/70kXA5gUMdfbWu3ZYPZ3C4BPNmI1iBYXXymNcNCHoFsRQgTOHxjF2CUCVTZ2qpX64i/D07CYSmDZvdSYC3hryOwju7EoNMam9YF1+MDCSgS4LREd0IYSmRZodKmyYJRPCEDcVpgRuqvQT5jeM9dcLT4TBeuJ7+gotb/erWwFsS5C55FYDV+GGXTno+1jcNTD8nzq1liU1mwRGeyaV+hbpVGcEFtKABaRszKZOJl78yMNv1QA+UO47REAz8ENy7HTE8SM4wyNYSYkF7Xs+vlQ3HwzH0X+0Oj7LeApsy/+qcxHX3K8tng1f+nKg6xxhDIINUMHG+wKt29gzdHYnMxkCSl7e4eL403TXGsnqbwGyI+kxUTV04XA==
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
Yes its hibernate. Haven't seen a problem with this one...
-----Original Message-----
From: Black, Carey M.
<>
Sent: Tuesday, October 16, 2018 2:01 PM
To: Hyzer, Chris
<>
Cc:
Subject: Possible performance issue with HSQLDB...
Chris, (et. al.)
I have a test instance that is currently still using the HSQLDB. ( I know...
I am going to reset the env and move to a "real DB" ... soon...)
But I found that when a group is being added as a member of another group
this SQL takes a very long time to execute:
select member0_.id as id1_24_,
member0_.hibernate_version_number as hibernat2_24_,
member0_.subject_id as subject_3_24_,
member0_.subject_source as subject_4_24_,
member0_.subject_type as subject_5_24_,
member0_.context_id as context_6_24_,
member0_.subject_identifier0 as subject_7_24_,
member0_.sort_string0 as sort_str8_24_,
member0_.sort_string1 as sort_str9_24_,
member0_.sort_string2 as sort_st10_24_,
member0_.sort_string3 as sort_st11_24_,
member0_.sort_string4 as sort_st12_24_,
member0_.search_string0 as search_13_24_,
member0_.search_string1 as search_14_24_,
member0_.search_string2 as search_15_24_,
member0_.search_string3 as search_16_24_,
member0_.search_string4 as search_17_24_,
member0_.name as name18_24_,
member0_.description as descrip19_24_
from grouper_members member0_ cross join grouper_memberships_all_v
membership1_
where membership1_.owner_group_id=? and membership1_.field_id=?
and membership1_.member_id=member0_.id and
membership1_.immediate_mship_enabled='T'
Maybe this is the "performance issue" that you have seen from time to time in
the test scripts?
( "cross join" sounds.... like a bad idea on any system of any size.)
Maybe this is just a hibernate on HSQLDB issue? Maybe not?
Hope that helps.
--
Carey Matthew
- [grouper-dev] Possible performance issue with HSQLDB..., Black, Carey M., 10/16/2018
- Re: [grouper-dev] Possible performance issue with HSQLDB..., Michael Douglass, 10/16/2018
- RE: [grouper-dev] Possible performance issue with HSQLDB..., Black, Carey M., 10/16/2018
- [grouper-dev] RE: Possible performance issue with HSQLDB..., Redman, Chad, 10/16/2018
- [grouper-dev] RE: Possible performance issue with HSQLDB..., Hyzer, Chris, 10/31/2018
- Re: [grouper-dev] Possible performance issue with HSQLDB..., Michael Douglass, 10/16/2018
Archive powered by MHonArc 2.6.19.