Skip to Content.
Sympa Menu

grouper-users - [grouper-users] Grouper 2.4, API patch 65 released

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] Grouper 2.4, API patch 65 released


Chronological Thread 
  • From: "Redman, Chad" <>
  • To: Grouper-Users <>
  • Subject: [grouper-users] Grouper 2.4, API patch 65 released
  • Date: Wed, 24 Jul 2019 17:33:31 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1;spf=pass smtp.mailfrom=unc.edu;dmarc=pass action=none header.from=unc.edu;dkim=pass header.d=unc.edu;arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=snazlLmzS55x4i6K7Bi1+uV3vcAycRibscw3OjLCH4E=; b=Lf4fgajJUgnsXnMg94AOvHciQDRILli0Z2LkgTDZopfn9TxbHSg0bjvT+IEteCqKACuBYatqWsh8uWsGREy1dU5RT6Ltus17NieFpTYYzGdOcHjkd74Qyp5E7BkPlm13dKVeIp6W8CN/egSdx0goM1tGIQMQNZ0vx7qw4rHEtV8y8rzXdnJDKuWD1NMk8BOkag6T0IoZ0qiAm6QzotzQRj5bs40kjzWEskpYxUtAn13xsEbNik3OTVKqo3YY8KMn7pCKpwPMISRzg2ybG5aNLNc0g+oLOzj+ey2+WXyig7NSIKOKt9NzP7Gcse+v7sAZJrE7I8yuB7NIgOn7yYfaGg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=g92YpiGlooHD3J69sf21YeQqoUMG8gQjGaQx81wMi9lLfAXKUBCtIUmswqFW5mDaDEhu51WUTWZJ4AXIr3JQS7msCay38PZWbaWgmNcJWnnHT4d8yLV1ll+DnScBO1vBCUVqnVPqAlugUv3cHjHxj5jsTE8YlrwJkn5pZQuegJc6XszAsvZZ6PadVB3zGM9qBs2gyJwMgmGceq65w+flId4ULpemZEkdla2faokGuFriYPpagm2iMe78H6FOG28uZqOg8DIk99SAG6YHgZuZX1ZrkA9fjtp7Mth+/xIZsCEMo+46ceAo/mfZm4tRPOxW9ESG1JMefSta1mM4rDODkA==

API patch 65 makes some minor improvements to the visualization feature, summarized below:

 

1) GRP-2246: Visualization: tune group count query for better performance in MySQL

 

When including group counts, a query was used against a view, which itself relied on another view. A user reported this caused performance issues with a MariaDB database. After rewriting the query to use the primary view directly, performance improved by a factor of about 30.

 

2) GRP-2191: if a composite is used in visualization, it should show both factors and overall (if allowed)

 

Due to the way visualization traced paths of parents and children recursively, when starting from a composite factor the visualization graph could miss the other composite factor. This fix treats composites as a special case, querying the children to a single level,

when it would otherwise skip child querying.

 

 

-Chad



  • [grouper-users] Grouper 2.4, API patch 65 released, Redman, Chad, 07/24/2019

Archive powered by MHonArc 2.6.19.

Top of Page