I wish to import several RDF named graphs from Quad store to the DAV files using the upload function. For considerably small graphs (up to 7k triples) everything works fine.
However, when I try to import a graph with 3mln triples the resulting file has zero size.
I see the free size of the DB is small, but I expect it may be adjusted dynamically,
How I could fix that problem, any server parameters should be updated ?
What is the upload
function being used to import RDF named graphs from Quad store to the DAV files ?
The standard Upload function from DAV browser is used
What is the size of the individual files being uploaded as there is a 10MB limit on the size of files that can be uploaded to the Quad Store via DAV ? If you want to upload large RDF files then the Virtuoso RDF Bulk Loader should be used.
Thank you for noticing the file size limit.
In my case I make uploading from Quad to DAV, but I expect some limit for uploading to DAV also exists.
The size of the largest file uploaded to DAV so far was about 70MB.