This HTML5 document contains 30 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

PrefixNamespace IRI
dctermshttp://purl.org/dc/terms/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n8http://vos.openlinksw.com/dataspace/services/wiki/
oplhttp://www.openlinksw.com/schema/attribution#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
dchttp://purl.org/dc/elements/1.1/
n16http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n9http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n4http://vos.openlinksw.com/dataspace/person/dav#
n11http://vos.openlinksw.com/dataspace/owiki/wiki/
n19http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtTipsAndTricksGraphLoadTimes/sioc.
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n12http://vos.openlinksw.com/dataspace/owiki#
n10http://lod.openlinksw.
xsdhhttp://www.w3.org/2001/XMLSchema#
n7http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n4:this
foaf:made
n2:VirtTipsAndTricksGraphLoadTimes
Subject Item
n16:this
sioc:creator_of
n2:VirtTipsAndTricksGraphLoadTimes
Subject Item
n8:item
n9:services_of
n2:VirtTipsAndTricksGraphLoadTimes
Subject Item
n12:this
sioc:creator_of
n2:VirtTipsAndTricksGraphLoadTimes
Subject Item
n11:VOS
sioc:container_of
n2:VirtTipsAndTricksGraphLoadTimes
atom:entry
n2:VirtTipsAndTricksGraphLoadTimes
atom:contains
n2:VirtTipsAndTricksGraphLoadTimes
Subject Item
n2:VirtTipsAndTricksGraphLoadTimes
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T05:48:26.232778
dcterms:modified
2017-06-13T05:48:26.232778
rdfs:label
VirtTipsAndTricksGraphLoadTimes
foaf:maker
n7:this n4:this
dc:title
VirtTipsAndTricksGraphLoadTimes
opl:isDescribedUsing
n19:rdf
sioc:has_creator
n12:this n16:this
sioc:content
%META:TOPICPARENT{name="VirtTipsAndTricksGuide"}% ---+How can I determine the time taken to load datasets with RDF Bulk Loader ---++What To determine the time taken to load the triples into a RDF graph when it is comprised of multiple datasets using the Virtuoso RDF Bulk Loader functions. ---++Why If loading datasets from multiple files at the same time and/or running multiple <code><nowiki>rdf_loader_run()</code></nowiki> functions for faster parallel loading of datasets on a multi-core machine. ---++How The Virtuoso <code><nowiki>rdf_loader_run()</code></nowiki> is used for loading RDF datasets, and records the results of loading these datasets in the <code><nowiki>load_list</code></nowiki>, including the load times for each physical files and the graph name it is loaded into with the <code><nowiki>ll_start</code></nowiki> and <code><nowiki>ll_done</code></nowiki> columns. A SQL query of the following form can be used to determine the time taken to load the datasets for a given graph: <verbatim> select min(ll_started) as start, max(ll_done) as finish, datediff('second', min(ll_started), max(ll_done)) as delta from load_list where ll_graph like '<graph-name>'; </verbatim> where <code>graph-name</code> is the name of the graph the load time is required for, with the <code>delta</code> return value being the time taken in seconds. For example, the time taken to load the Freebase dataset into the [[http://lod.openlinksw.com][Virtuoso LOD Cloud Cluster]] instance was 6135 seconds i.e. about 1.7hrs: <verbatim> SQL> select min(ll_started) as start, max(ll_done) as finish, datediff('second', min(ll_started), max(ll_done)) as delta from load_list where ll_graph like 'http://commondatastorage.googleapis.com/freebase-public/rdf/freebase-rdf-2013-11-17-00-00.gz'; start finish delta TIMESTAMP TIMESTAMP INTEGER _______________________________________________________________________________ 2013.12.2 22:34.9 0 2013.12.3 0:16.24 0 6135 1 Rows. -- 74 msec. SQL> </verbatim> ---++Related * [[VirtBulkRDFLoader][Virtuoso RDF Bulk Loader]]
sioc:id
2287381509b9b731ecc5c8c68a656d75
sioc:link
n2:VirtTipsAndTricksGraphLoadTimes
sioc:has_container
n11:VOS
n9:has_services
n8:item
atom:title
VirtTipsAndTricksGraphLoadTimes
sioc:links_to
n10:com
atom:source
n11:VOS
atom:author
n4:this
atom:published
2017-06-13T05:48:26Z
atom:updated
2017-06-13T05:48:26Z
sioc:topic
n11:VOS