*I was looking to make RYA more SPARQL1.1 compliant by enabling the
capability to perform the following query*
*SELECT * { s? p? o? } *
*I found that this capability is already supported, it is simply disabled
( RYA-83 <https://issues.apache.org/jira/browse/RYA-83> )Could someone
point me to where in the code it is disabled?I would be interested in
better understanding the reasons for disabling this capability. All that
is said in RYA-83 is that it would perform a full table scan. I suppose
that could be expensive. But just because a query is expensive is that
reason enough to prevent someone from issuing the query? What if the user
is willing to pay the cost of running an expensive query? What are your
thoughts?*