This is a diff between 1.1 and 1.2 revisions:

143a142
< * [[http://docs.openlinksw.com/virtuoso/rdfperformancetuning.html#rdfperfdumpandreloadgraphs][Virtuoso Documentation]]
142d142
> * [[http://docs.openlinksw.com/virtuoso/rdfperformancetuning.html#rdfperfdumpandreloadgraphs][Virtuoso Documentation]]
\ No newline at end of file
60a62
< )
< ; env := vector (dict_new (16000), 0, '', '', '', 0, 0, 0, 0, 0)
< ; ses := string_output ()
< ; FOR (SELECT * FROM ( SPARQL DEFINE input:storage ""
59d59
> );
> env := vector (dict_new (16000), 0, '', '', '', 0, 0, 0, 0, 0);
> ses := string_output ();
> FOR (SELECT * FROM ( SPARQL DEFINE input:storage ""
44a49
< , file_idx INTEGER
< ; SET ISOLATION = 'uncommitted'
< ; max_ses_len := 10000000
< ; file_len := 0
< ; file_idx := 1
< ; file_name := sprintf ('%s%06d.ttl', out_file, file_idx)
< ; string_to_file ( file_name || '.graph',
43d43
> , file_idx INTEGER;
> SET ISOLATION = 'uncommitted';
> max_ses_len := 10000000;
> file_len := 0;
> file_idx := 1;
> file_name := sprintf ('%s%06d.ttl', out_file, file_idx);
> string_to_file ( file_name || '.graph',
38a40
< DECLARE file_name VARCHAR
< ; DECLARE env
< , ses ANY
< ; DECLARE ses_len
37d38
> DECLARE file_name VARCHAR;
> DECLARE env, ses ANY;
> DECLARE ses_len