You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mapping nested optional to LeftJoin with SingletonSet is correct and it should not cause any issue.
I see minor issue with cardinality of a sub-select with Slice, however it does not affect final query tree.
I'm aware of some specific queries causing performance issues, however unfortunately it is not as simple as just nested OPTIONAL.
It requires further investigation.
When you have a SPARQL query with nested
OPTIONAL
clauses, such as the following, it's performance is poor, typically causing timeouts.Output of Halyard Profile for this query:
The nested OPTIONAL in this query is unnecessary, but it allows to replicate the issue without in a minimal way.
The text was updated successfully, but these errors were encountered: