This HTML5 document contains 33 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/
n21http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtTipsAndTricksGuideTransactionLogControl/sioc.
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n13http://vos.openlinksw.com/dataspace/services/wiki/
n10http://docs.openlinksw.com/virtuoso/rdfperformancetuning.html#
oplhttp://www.openlinksw.com/schema/attribution#
n4http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
dchttp://purl.org/dc/elements/1.1/
n12http://vos.openlinksw.com/dataspace/dav#
n11http://docs.openlinksw.com/virtuoso/databaseadmsrv.html#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n14http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n9http://vos.openlinksw.com/dataspace/person/dav#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n17http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n6http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/VOS/
n18http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n9:this
foaf:made
n4:VirtTipsAndTricksGuideTransactionLogControl
Subject Item
n12:this
sioc:creator_of
n4:VirtTipsAndTricksGuideTransactionLogControl
Subject Item
n13:item
n14:services_of
n4:VirtTipsAndTricksGuideTransactionLogControl
Subject Item
n17:this
sioc:creator_of
n4:VirtTipsAndTricksGuideTransactionLogControl
Subject Item
n2:VOS
sioc:container_of
n4:VirtTipsAndTricksGuideTransactionLogControl
atom:entry
n4:VirtTipsAndTricksGuideTransactionLogControl
atom:contains
n4:VirtTipsAndTricksGuideTransactionLogControl
Subject Item
n4:VirtTipsAndTricksGuideTransactionLogControl
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T05:47:39.515722
dcterms:modified
2017-06-13T05:47:39.515722
rdfs:label
VirtTipsAndTricksGuideTransactionLogControl
foaf:maker
n9:this n18:this
dc:title
VirtTipsAndTricksGuideTransactionLogControl
opl:isDescribedUsing
n21:rdf
sioc:has_creator
n12:this n17:this
sioc:content
%META:TOPICPARENT{name="VirtTipsAndTricksGuide"}% ---+ How can I perform SPARQL Updates without exceeding transactional log size? SPARUL updates are generally not meant to be transactional. To prevent running out of rollback space, it is usually best to tell Virtuoso to commit each operation as it is done, with this SQL call: <verbatim> SQL> log_enable (2); </verbatim> Transaction logging can also be turned off for [[VirtBulkRDFLoader][bulk updates]]. In such case, one should do a manual checkpoint after the bulk insert operation, to ensure persistence across server restart, since there will be no roll forward log. If you're only occasionally exceeding the configured transactional log size, you may prefer to set the "<b>TransactionAfterImageLimit</b>" parameter in the virtuoso.ini config file to a higher value than its 50MB default: <verbatim> #virtuoso.ini ... [Parameters] ... TransactionAfterImageLimit = 99999999 ; bytes default 50000000 ... </verbatim> ---++ Related * [[VirtTipsAndTricksGuide][Virtuoso Tips and Tricks Collection]] * [[http://docs.openlinksw.com/virtuoso/rdfperformancetuning.html#rdfperfsparul][Using SPARUL]] * [[http://docs.openlinksw.com/virtuoso/databaseadmsrv.html#ini_Parameters][Virtuoso INI Parameters]]
sioc:id
b3651ef6c3e22336a416cd261318e5b1
sioc:link
n4:VirtTipsAndTricksGuideTransactionLogControl
sioc:has_container
n2:VOS
n14:has_services
n13:item
atom:title
VirtTipsAndTricksGuideTransactionLogControl
sioc:links_to
n6:TransactionAfterImageLimit n10:rdfperfsparul n11:ini_Parameters n6:VirtBulkRDFLoader
atom:source
n2:VOS
atom:author
n9:this
atom:published
2017-06-13T05:47:39Z
atom:updated
2017-06-13T05:47:39Z
sioc:topic
n2:VOS