The following example demonstrates usage of the sql:big-data-const pragma.
sql:big-data-const
DEFINE sql:big-data-const 0 DEFINE sql:signal-void-variables 1 SELECT DISTINCT ?g WHERE { GRAPH ?g {?s a ?t} } LIMIT 10