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
Copy file name to clipboardExpand all lines: site/content/documentation/programming/federation.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -306,6 +306,8 @@ FedX provides various means for configuration. Configuration settings can be def
306
306
|boundJoinBlockSize | Block size for bound joins, default _15_|
307
307
|enforceMaxQueryTime | Max query time in seconds, 0 to disable, default _30_|
308
308
|enableServiceAsBoundJoin | Flag for evaluating a SERVICE expression (contacting non-federation members) using vectored evaluation, default _true_. For today's endpoints it is more efficient to disable vectored evaluation of SERVICE |
309
+
|includeInferredDefault | whether include inferred statements should be considered, default _true_|
310
+
|consumingIterationMax | the max number of results to be consumed by `ConsumingIteration`, default _1000_|
309
311
|debugQueryPlan | Print the optimized query execution plan to stdout, default _false_|
310
312
|enableMonitoring | Flag to enable/disable monitoring features, default _false_|
311
313
|logQueryPlan | Flag to enable/disable query plan logging via Java class _QueryPlanLog_, default _false_|
0 commit comments