-
-
Specifies the limit of the number of graphs in FROM and FROM NAMED which could be inlined in the query string using UNION>xsd :string
-
from_named.inline.limit>xsd :string
-
-
Specifies coalesce strategy for service queries: union: only push union operators into service queries join: only push join operators into service queries default: push both union and join operators into service queries off: don't push any operator into service queries>xsd :string
-
service.coalesce>xsd :string
-
-
Specifies how many SPARQL SERVICE results will be parsed from the response before processing>xsd :string
-
service.batch>xsd :string
-
-
Specifies how paths should be traversed: lazy: search is stopped after each new path is found so it can be returned (not available for PATHS ALL queries) eager: all reachable nodes are reached first>xsd :string
-
paths.evaluation>xsd :string
-
-
Disables virtual.prune.joins optimizer>xsd :string
-
optimizer.virtual.prune.joins>xsd :string
-
-
Use external compute properties for vg materialization>xsd :string
-
external.compute.props>xsd :string
-
-
Maximum number of elements in VALUES nodes VALUES with more elements will not be rewritten into UNIONs>xsd :string
-
values.rewrite.limit>xsd :string
-
-
If off, the reasoner will not place a DISTINCT operator on top of the query plan>xsd :string
-
reasoning.distinct>xsd :string
-
-
Limits the number of validation results returned per shape>xsd :string
-
per.shape.limit>xsd :string
-
-
Enables grouping of graph patterns for join order optimization: all patterns in the group will be joined together before joining with other patterns>xsd :string
-
group.joins>xsd :string
-
-
Specifies how the optimizer tries to push filters down the query plan: aggressive: every filter will be pushed as deep down as possible default: the optimizer will decide how deep to push based on other factors, e.g. estimated cardinality off: the optimization is off>xsd :string
-
push.filters>xsd :string
-
-
Limits the number of results that a pattern evaluated at optimization time is allowed to produce>xsd :string
-
evaluate.limit>xsd :string
-
-
Specifies if the optimizer should try to use the literal index, e.g. for numbers, if available>xsd :string
-
literal.index>xsd :string
-
-
Specifies query decomposition strategy: aggressive: always decompose joins on the subject variable default: let the optimizer decide based on other factors, e.g. available indexes off: don't decompose group graph patterns>xsd :string
-
query.decomposition>xsd :string
-
-
How to translate to SQL when the fields for the returned solution can come from multiple mappings: coalesced: returns the fields from each mapping in its own field and null for all other fields. embedded: creates two fields for each result, one for the field’s type and one for the field’s value.>xsd :string
-
vg.union.strategy>xsd :string
-
-
Enables the optimizer to decompose query patterns in order to prevent non-selective joins before main optimization phase: aggressive: always prefer to prevent non-selective joins default: let the optimizer decide based on join selectivity off: don't decompose group graph patterns along non-selective joins>xsd :string
-
query.join.decomposition>xsd :string
-
-
Use external compute for vg materialization>xsd :string
-
external.compute.name>xsd :string
-
-
Specifies the strategy to evaluate DESCRIBE queries (either built-in or custom)>xsd :string
-
describe.strategy>xsd :string
-
-
Limits the number of solutions that are prefetch from a service. Defaults to 10000.>xsd :string
-
service.prefetch.limit>xsd :string
-
-
Suggests the cardinality of the following graph pattern>xsd :string
-
cardinality>xsd :string
-
-
Maximum value of query limit for considering streaming join strategy For queries with higher limit, the optimizer will not try to eliminate pipeline breaker operators (unless explicitly requested with join.choice.strategy hint)>xsd :string
-
join.choice.strategy.streaming.limit>xsd :string
-
-
Enables or disables the Virtual Transparency feature>xsd :string
-
virtual.transparency>xsd :string
-
-
Maximum number of patterns that can be selected by the optimizer to evaluate before a full-text search pattern>xsd :string
-
search.max.subset.size>xsd :string
-
-
Specifies how edge property patterns like '<<?s :p ?o>> :q ?t' should be evaluated: direct: first by :p (embedded predicate), then by :q (outside predicate) inverse: first by :q (outside predicate), then by :p (embedded predicate)>xsd :string
-
edge.properties.lookup>xsd :string
-
-
Specifies whether query rewriting is on or off for this group graph pattern>xsd :string
-
reasoning>xsd :string
-
-
If On, the query engine will try to postpone dictionary encoding for nodes generatedduring query evaluation until necessary, for example, till a join condition requires it for evaluation.>xsd :string
-
values.id.lazy>xsd :string
-
-
Disables virtual.coalesce optimizer>xsd :string
-
optimizer.virtual.coalesce>xsd :string
-
-
Threshold of maximum cardinality of patterns that can be selected by the optimizer to evaluate before a full-text search pattern>xsd :string
-
search.cardinality.threshold>xsd :string
-
-
Specifies whether sh:targetClass will be evaluated based on rdf:type triples only, without following rdfs:subClassOf relations.>xsd :string
-
simple.target>xsd :string
-
-
Cardinality estimation threshold to detect a non-selective full-text search pattern so that more selective parts of the query can be evaluated first.>xsd :string
-
search.push.threshold>xsd :string
-
-
Enumerates variables for which equality (i.e. ==) should be treated as identity (i.e. sameTerm in SPARQL)>xsd :string
-
equality.identity>xsd :string
-
-
Cache target details for VG cache creation process using external compute>xsd :string
-
external.compute.cache.target>xsd :string
-
-
Toggles plan cache for this query If Off, the query will be optimized without any plan cache lookup >xsd :string
-
plan.cache>xsd :string
-
-
Specifies how query rewriting should be done: per_scope: all triple patterns as a group (default) per_pattern: each triple pattern individually (results in smaller rewritings in some cases)>xsd :string
-
reasoning.rewriting>xsd :string
-
-
Strategy to select join algorithms during optimization standard: the join order optimizer will decide. economic: the join order optimizer should try to avoid joins with large memory footprints. aggressive: the join order optimizer should select the fastest joins pretending there won't be memory issues. streaming: the join order optimizer should avoid pipeline breaking operations.>xsd :string
-
join.choice.strategy>xsd :string
-
-
Use partition columns for external vg materialization>xsd :string
-
external.compute.partition.column>xsd :string
-
-
Suggests to evaluate the scope at the query optimization time>xsd :string
-
evaluate>xsd :string
-
-
Specifies how the optimizer should try to patterns under reasoning operators like '?s rdf:type ?type': aggressive: always push the one which looks the most selective default: the optimizer will decide based on any available criteria off: the optimization is off>xsd :string
-
push.reasoning>xsd :string
-
-
Specifies name of the cached dataset to use>xsd :string
-
cached.dataset.name>xsd :string
-
-
Disables reorder.solution.modifiers optimizer>xsd :string
-
optimizer.reorder.solution.modifiers>xsd :string
-
-
Disables orderby.limit optimizer>xsd :string
-
optimizer.orderby.limit>xsd :string
-
-
Disables inline.from optimizer>xsd :string
-
optimizer.inline.from>xsd :string
-
-
Disables filters.or optimizer>xsd :string
-
optimizer.filters.or>xsd :string
-
-
Disables filters.in optimizer>xsd :string
-
optimizer.filters.in>xsd :string
-
-
Disables constants optimizer>xsd :string
-
optimizer.constants>xsd :string
-
-
Disables optionals.eliminate optimizer>xsd :string
-
optimizer.optionals.eliminate>xsd :string
-
-
Disables evaluator optimizer>xsd :string
-
optimizer.evaluator>xsd :string
-
-
Disables filters.pull optimizer>xsd :string
-
optimizer.filters.pull>xsd :string
-
-
Disables inline.equality optimizer>xsd :string
-
optimizer.inline.equality>xsd :string
-
-
Disables patterns.pull optimizer>xsd :string
-
optimizer.patterns.pull>xsd :string
-
-
Disables patterns.push optimizer>xsd :string
-
optimizer.patterns.push>xsd :string
-
-
Disables duplicates.eliminate optimizer>xsd :string
-
optimizer.duplicates.eliminate>xsd :string
-
-
Disables values.rewrite optimizer>xsd :string
-
optimizer.values.rewrite>xsd :string
-
-
Disables inline.bind.values optimizer>xsd :string
-
optimizer.inline.bind.values>xsd :string
-
-
Disables hints.cardinality optimizer>xsd :string
-
optimizer.hints.cardinality>xsd :string
-
-
Disables binds.flatten optimizer>xsd :string
-
optimizer.binds.flatten>xsd :string
-
-
Disables binds.placement optimizer>xsd :string
-
optimizer.binds.placement>xsd :string
-
-
Disables property.paths.star optimizer>xsd :string
-
optimizer.property.paths.star>xsd :string
-
-
Disables property.paths.start optimizer>xsd :string
-
optimizer.property.paths.start>xsd :string
-
-
Disables property.paths.reachability optimizer>xsd :string
-
optimizer.property.paths.reachability>xsd :string
-
-
Disables service.coalesce optimizer>xsd :string
-
optimizer.service.coalesce>xsd :string
-
-
Disables empty.propagate optimizer>xsd :string
-
optimizer.empty.propagate>xsd :string
-
-
Disables filters.exists optimizer>xsd :string
-
optimizer.filters.exists>xsd :string
-
-
Disables services.push optimizer>xsd :string
-
optimizer.services.push>xsd :string
-
-
Disables services.prefetch optimizer>xsd :string
-
optimizer.services.prefetch>xsd :string
-
-
Disables join.variables optimizer>xsd :string
-
optimizer.join.variables>xsd :string
-
-
Disables filters.push optimizer>xsd :string
-
optimizer.filters.push>xsd :string
-
-
Disables joins.merge optimizer>xsd :string
-
optimizer.joins.merge>xsd :string
-
-
Disables filters.notexists optimizer>xsd :string
-
optimizer.filters.notexists>xsd :string
-
-
Disables minus.type optimizer>xsd :string
-
optimizer.minus.type>xsd :string
-
-
Disables Hash joins>xsd :string
-
join.hash>xsd :string
-
-
Disables DirectHash joins>xsd :string
-
join.directhash>xsd :string
-
-
Disables GraceHash joins>xsd :string
-
join.gracehash>xsd :string
-
-
Disables Merge joins>xsd :string
-
join.merge>xsd :string
-
-
Disables NestedLoop joins>xsd :string
-
join.nestedloop>xsd :string
-
-
Disables Bind joins>xsd :string
-
join.bind>xsd :string
-
-
Disables adaptive Bind joins>xsd :string
-
join.bind.adaptive>xsd :string
-
-
Disables SortMerge joins>xsd :string
-
join.sortmerge>xsd :string
-
-
Disables Service joins>xsd :string
-
join.service>xsd :string
-
-
org.apache.derby.jdbc.EmbeddedDriver>xsd :string
-
Apache Derby>xsd :string
-
DERBY>xsd :string
-
-
com.sap.db.jdbc.Driver>xsd :string
-
jdbc:sap://<hostname>/?databaseName=<database>&instanceNumber=<instance number>¤tSchema=<schema>>xsd :string
-
SAP HANA>xsd :string
-
HANA>xsd :string
-
https://help.sap.com/viewer/0eec0d68141541d1b07893a39944924e/2.0.02/en-US/ff15928cf5594d78b841fbbe649f04b4.html>xsd :string
-
https://developers.sap.com/tutorials/hxe-ua-install-hdb-client-linux.html>xsd :string
-
-
cdata.jdbc.googlesheets.GoogleSheetsDriver>xsd :string
-
jdbc:googlesheets:InitiateOAuth=<method>;Spreadsheet=<sheetname>>xsd :string
-
Google Sheets>xsd :string
-
GOOGLESHEETS>xsd :string
-
https://cdn.cdata.com/help/RLG/jdbc/default.htm>xsd :string
-
https://www.cdata.com/drivers/gsheets/download/jdbc/>xsd :string
-
-
com.simba.googlebigquery.jdbc42.Driver>xsd :string
-
jdbc:bigquery://https://bigquery.googleapis.com/bigquery/v2;ProjectId=<project>;DefaultDataset=<database>;OAuthType=0;OAuthServiceAcctEmail=<email>;OAuthPvtKeyPath=<private_key_path>;Timeout=60>xsd :string
-
Google BigQuery>xsd :string
-
BIGQUERY>xsd :string
-
https://www.simba.com/products/BigQuery/doc/JDBC_InstallGuide/content/jdbc/bq/using/connectionurl.htm>xsd :string
-
https://cloud.google.com/bigquery/providers/simba-drivers>xsd :string
-
-
com.cloudera.impala.jdbc41.Driver>xsd :string
-
jdbc:impala://<hostname>:21050>xsd :string
-
Apache Impala>xsd :string
-
IMPALA>xsd :string
-
https://docs.cloudera.com/documentation/enterprise/latest/topics/impala_jdbc.html>xsd :string
-
https://www.cloudera.com/downloads/connectors/impala/jdbc/2-6-15.html>xsd :string
-
-
cdata.jdbc.jira.JIRADriver>xsd :string
-
jdbc:jira:User=<username>;APIToken=<token>;Url=https://<yoursite.atlassian.com>>xsd :string
-
Atlassian Jira>xsd :string
-
JIRA>xsd :string
-
https://cdn.cdata.com/help/BJF/jdbc/default.htm>xsd :string
-
https://cdata.com/drivers/jira/download>xsd :string
-
-
org.apache.hive.jdbc.HiveDriver>xsd :string
-
jdbc:hive2://<hostname>:10000>xsd :string
-
Apache Hive>xsd :string
-
HIVE>xsd :string
-
https://docs.cloudera.com/HDPDocuments/HDP2/HDP-2.5.3/bk_data-access/content/hive-jdbc-odbc-drivers.html>xsd :string
-
https://www.cloudera.com/downloads/connectors/hive/jdbc/2-6-5.html>xsd :string
-
-
MongoDB/Cosmos DB>xsd :string
-
MONGODB>xsd :string
-
https://docs.mongodb.com/drivers/java>xsd :string
-
http://mongodb.github.io/mongo-java-driver/4.0/driver/getting-started/installation/>xsd :string
-
-
com.mysql.jdbc.Driver>xsd :string
-
jdbc:mysql://<hostname>:3306/<database>>xsd :string
-
MySQL and MariaDB>xsd :string
-
MYSQL>xsd :string
-
https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-usagenotes-connect-drivermanager.html>xsd :string
-
https://dev.mysql.com/downloads/connector/j/>xsd :string
-
-
jdbc:<driver>:<options>>xsd :string
-
Cdata Default (MSSQL Style SQL)>xsd :string
-
DEFAULT_CDATA>xsd :string
-
-
Elasticsearch>xsd :string
-
ELASTICSEARCH>xsd :string
-
https://www.elastic.co/guide/en/elasticsearch/client/java-rest/current/index.html>xsd :string
-
https://www.elastic.co/downloads/elasticsearch>xsd :string
-
-
Stardog SPARQL service>xsd :string
-
SPARQL>xsd :string
-
https://docs.stardog.com/virtual-graphs/data-sources/specific-data-source-considerations#stardogsparql-virtual-graph-considerations>xsd :string
-
-
com.exasol.jdbc.EXADriver>xsd :string
-
jdbc:exa:<hostname>:8563;schema=<database>>xsd :string
-
Exasol>xsd :string
-
EXASOL>xsd :string
-
https://docs.exasol.com/connect_exasol/drivers/jdbc.htm>xsd :string
-
https://www.exasol.com/portal/display/DOWNLOAD/Exasol+Download+Section>xsd :string
-
-
jdbc:<driver>://<hostname>/<db>>xsd :string
-
Generic (ANSI SQL)>xsd :string
-
DEFAULT>xsd :string
-
-
com.microsoft.sqlserver.jdbc.SQLServerDriver>xsd :string
-
jdbc:sqlserver://<synapse-workspace>.sql.azuresynapse.net:1433;database=<database>;encrypt=true;trustServerCertificate=true;hostNameInCertificate=*..sql.azuresynapse.net>xsd :string
-
Synapse Serverless>xsd :string
-
SYNAPSE_SERVERLESS>xsd :string
-
https://learn.microsoft.com/en-us/sql/connect/jdbc/microsoft-jdbc-driver-for-sql-server?view=azure-sqldw-latest>xsd :string
-
https://learn.microsoft.com/en-us/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server?view=azure-sqldw-latest>xsd :string
-
-
com.amazon.redshift.jdbc.Driver>xsd :string
-
jdbc:redshift://<hostname>:5439/<database>?ssl=true>xsd :string
-
Amazon Redshift>xsd :string
-
REDSHIFT>xsd :string
-
https://docs.aws.amazon.com/redshift/latest/mgmt/configure-jdbc-connection.html#obtain-jdbc-url>xsd :string
-
https://docs.aws.amazon.com/redshift/latest/mgmt/configure-jdbc-connection.html#download-jdbc-driver>xsd :string
-
-
cdata.jdbc.ldap.LDAPDriver>xsd :string
-
jdbc:ldap:User=<username>;Password=<password>;SecurityToken=<token>>xsd :string
-
LDAP>xsd :string
-
LDAP_CDATA>xsd :string
-
http://cdn.cdata.com/help/RFF/jdbc/default.htm>xsd :string
-
https://www.cdata.com/drivers/ldap/download/>xsd :string
-
-
com.teradata.jdbc.TeraDriver>xsd :string
-
jdbc:teradata://<hostname>/TMODE=ANSI,CHARSET=UTF16,DATABASE=<database>>xsd :string
-
Teradata>xsd :string
-
TERADATA>xsd :string
-
https://teradata-docs.s3.amazonaws.com/doc/connectivity/jdbc/reference/current/jdbcug_chapter_2.html#BABJIHBJ>xsd :string
-
https://downloads.teradata.com/download/connectivity/jdbc-driver>xsd :string
-
-
Apache Cassandra>xsd :string
-
CASSANDRA>xsd :string
-
https://docs.datastax.com/en/developer/java-driver/latest/manual/core/>xsd :string
-
https://docs.datastax.com/en/developer/java-driver/latest/>xsd :string
-
-
com.simba.spark.jdbc.Driver>xsd :string
-
jdbc:spark://<instance hostname>:10000/<database>>xsd :string
-
Simba Spark SQL>xsd :string
-
SPARKSQL>xsd :string
-
https://www.simba.com/drivers/spark-jdc-odbc>xsd :string
-
-
oracle.jdbc.driver.OracleDriver>xsd :string
-
jdbc:oracle:thin:@//<hostname>:1521/<database>>xsd :string
-
Oracle>xsd :string
-
ORACLE>xsd :string
-
https://docs.oracle.com/cd/B28359_01/java.111/b31224/jdbcthin.htm>xsd :string
-
https://www.oracle.com/database/technologies/appdev/jdbc-downloads.html>xsd :string
-
-
com.databricks.client.jdbc.Driver>xsd :string
-
jdbc:databricks://<instance hostname>:443;HttpPath=<Http Path>>xsd :string
-
Databricks Spark SQL>xsd :string
-
SPARKSQL_DATABRICKS>xsd :string
-
https://docs.databricks.com/integrations/bi/jdbc-odbc-bi.html>xsd :string
-
https://databricks.com/spark/jdbc-drivers-download>xsd :string
-
-
org.postgresql.Driver>xsd :string
-
jdbc:postgresql://<hostname>:5432/<database>>xsd :string
-
PostgreSQL>xsd :string
-
POSTGRESQL>xsd :string
-
https://jdbc.postgresql.org/documentation/head/connect.html>xsd :string
-
https://jdbc.postgresql.org/download.html>xsd :string
-
-
com.ibm.db2.jcc.DB2Driver>xsd :string
-
jdbc:db2://<hostname>:50000/<database>>xsd :string
-
IBM DB2>xsd :string
-
DB2>xsd :string
-
https://www.ibm.com/support/pages/db2-jdbc-driver-versions-and-downloads>xsd :string
-
-
cdata.jdbc.rest.RESTDriver>xsd :string
-
jdbc:rest:DataModel=<model>;URI=<Uri>;Format=<format>>xsd :string
-
REST API>xsd :string
-
REST>xsd :string
-
https://cdn.cdata.com/help/DWF/jdbc/default.htm>xsd :string
-
https://cdata.com/drivers/rest/download>xsd :string
-
-
net.snowflake.client.jdbc.SnowflakeDriver>xsd :string
-
jdbc:snowflake://<account_identifier>.snowflakecomputing.com/?db=<database_name>>xsd :string
-
Snowflake>xsd :string
-
SNOWFLAKE>xsd :string
-
https://docs.snowflake.com/en/user-guide/jdbc.html>xsd :string
-
https://docs.snowflake.com/en/user-guide/jdbc-download.html#downloading-the-driver>xsd :string
-
-
com.microsoft.sqlserver.jdbc.SQLServerDriver>xsd :string
-
jdbc:sqlserver://<synapse-workspace>.sql.azuresynapse.net:1433;database=<database>;encrypt=true;trustServerCertificate=true;hostNameInCertificate=*.sql.azuresynapse.net>xsd :string
-
Synapse Dedicated>xsd :string
-
SYNAPSE_DEDICATED>xsd :string
-
https://learn.microsoft.com/en-us/sql/connect/jdbc/microsoft-jdbc-driver-for-sql-server?view=azure-sqldw-latest>xsd :string
-
https://learn.microsoft.com/en-us/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server?view=azure-sqldw-latest>xsd :string
-
-
com.sybase.jdbc4.jdbc.SybDriver>xsd :string
-
jdbc:sybase:Tds:<hostname>:5000>xsd :string
-
SAP/Sybase ASE>xsd :string
-
SYBASE>xsd :string
-
http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc39001.1600/doc/html/har1355975812097.html>xsd :string
-
http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc32179.1600/doc/html/adh1344926096505.html>xsd :string
-
-
cdata.jdbc.salesforce.SalesforceDriver>xsd :string
-
jdbc:salesforce:User=<username>;Password=<password>;SecurityToken=<token>>xsd :string
-
Salesforce (CData)>xsd :string
-
SALESFORCE_CDATA>xsd :string
-
http://cdn.cdata.com/help/RFF/jdbc/default.htm>xsd :string
-
https://www.cdata.com/drivers/salesforce/download/>xsd :string
-
-
com.microsoft.sqlserver.jdbc.SQLServerDriver>xsd :string
-
jdbc:sqlserver://<hostname>:1433;databaseName=<database>>xsd :string
-
Microsoft SQL Server>xsd :string
-
MSSQL>xsd :string
-
https://docs.microsoft.com/en-us/sql/connect/jdbc/step-3-proof-of-concept-connecting-to-sql-using-java?view=sql-server-ver15>xsd :string
-
https://docs.microsoft.com/en-us/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server?view=sql-server-ver15>xsd :string
-
-
cdata.jdbc.splunk.SplunkDriver>xsd :string
-
jdbc:splunk:user=<username>;password=<password>;Url=<Your Url>>xsd :string
-
Splunk>xsd :string
-
SPLUNK>xsd :string
-
https://cdn.cdata.com/help/FUF/jdbc/default.htm>xsd :string
-
https://cdata.com/drivers/splunk/download>xsd :string
-
-
com.simba.salesforce.jdbc42.Driver>xsd :string
-
jdbc:salesforce://<instance hostname>;Endpoint=https://<instance hostname>/services/Soap/u/46.0>xsd :string
-
Salesforce (Simba)>xsd :string
-
SALESFORCE_SIMBA>xsd :string
-
https://www.simba.com/products/Salesforce/doc/JDBC_InstallGuide/content/jdbc/sf/using/connectionurl.htm>xsd :string
-
https://www.simba.com/drivers/salesforce-odbc-jdbc/#download>xsd :string
-
-
com.simba.athena.jdbc.Driver>xsd :string
-
jdbc:awsathena://<AWS hostname>:443;S3OutputLocation=s3://<bucket name>/<bucket path>;Schema=<schema name>>xsd :string
-
Amazon Athena>xsd :string
-
ATHENA>xsd :string
-
https://s3.amazonaws.com/athena-downloads/drivers/JDBC/SimbaAthenaJDBC_2.0.9/docs/Simba+Athena+JDBC+Driver+Install+and+Configuration+Guide.pdf>xsd :string
-
https://docs.aws.amazon.com/athena/latest/ug/connect-with-jdbc.html>xsd :string
Graph name | Number of results |
---|---|
Default graph | 635 |