[Virtuoso-users] DB.DBA.RDF_LOAD_RDFXML error

2011-04-22 Thread bin chen
Hi, I was uploading owl file with size 340M using DB.DBA.RDF_LOAD_RDFXML (file_to_string_output...), it gave the following error: ** Error 40005: [Virtuoso Driver][Virtuoso Server]SR325: Transaction aborted because it's log after image size went above the limit at line 1 of Top-Level: Do you

Re: [Virtuoso-users] DB.DBA.RDF_LOAD_RDFXML error

2011-04-22 Thread Hugh Williams
Hi Bin, Your dataset size is probably too large for use with the RDF_LLOAD_RDFXML() function, thus you should use the multi-threaded DB.DBA.RDF_LOAD_RDFXML_MT() function that is specially built for non-transactional loading as it has no transaction size limit, as detailed at:

Re: [Virtuoso-users] DB.DBA.RDF_LOAD_RDFXML error

2011-04-22 Thread bin chen
Thanks, Hugh, The multi-threaded function works. Bin On Fri, Apr 22, 2011 at 6:54 AM, Hugh Williams hwilli...@openlinksw.com wrote: Hi Bin, Your dataset size is probably too large for use with the RDF_LLOAD_RDFXML() function, thus you should use the multi-threaded DB.DBA.RDF_LOAD_RDFXML_MT()