Skip to content

Use GROUP_CONCAT to minimize result row count blowup #434

Description

@ledsoft

When optimizing entity query result loading, specifying additional attributes may lead to a blowup of the number of result rows because rows represent cartesian product of the different column values (for matching subjects). SPARQL 1.1 GROUP_CONCAT may be in certain cases used to reduce this effect by concatenating values into one row. Apply this optimization in relevant cases such as:

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions