Difference between revisions of "Virtuoso"

From phenoscape
(Helpful Virtuoso documentation links)
Line 13: Line 13:
 
** Within isql: <code>DB.DBA.RDF_OBJ_FT_RULE_ADD (null, null, 'All');</code>
 
** Within isql: <code>DB.DBA.RDF_OBJ_FT_RULE_ADD (null, null, 'All');</code>
 
* [http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtRDFPerformanceTuning Performance tuning]
 
* [http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtRDFPerformanceTuning Performance tuning]
** add index on predicate
+
** Add index on predicate: <code>CREATE BITMAP INDEX RDF_QUAD_PGOS ON DB.DBA.RDF_QUAD (G, P, O, S)  PARTITION (O VARCHAR (-1, 0hexffff));</code>
 
** adjust memory settings
 
** adjust memory settings
 
* Configure [http://en.wikipedia.org/wiki/Cross-origin_resource_sharing CORS] (Cross-Origin Resource Sharing) to allow SPARQL queries from any web application
 
* Configure [http://en.wikipedia.org/wiki/Cross-origin_resource_sharing CORS] (Cross-Origin Resource Sharing) to allow SPARQL queries from any web application

Revision as of 00:30, 18 April 2012

Helpful Virtuoso documentation links