Hi Nirmala,

Are the graphs available in RDF/XML or N3 /Turtle forms/datasets ? If so you can use one of the following functions for loading large RDF datasets into Virtuoso locally:

        http://docs.openlinksw.com/virtuoso/fn_ttlp_mt.html
        http://docs.openlinksw.com/virtuoso/fn_rdf_load_rdfxml_mt.html

If not then you would need to split the insertion of the graph data into smaller chunks such as to not exceed the transaction log file limit.

Best Regards
Hugh Williams
Professional Services
OpenLink Software
Web: http://www.openlinksw.com
Support: http://support.openlinksw.com
Forums: http://boards.openlinksw.com/support



On 7 Jul 2009, at 14:58, Nirmala Seethappan wrote:

Hi,

I try to run a query to upload into the virtuoso triple store.
I get the following error when i do so.

_______________________________
SQLState: 40005

Message: SR325: Transaction aborted because it's log after image size
went above the limit
-------------------------------------------------

This error is caused due to the size of the graph which is huge. what is
the possible solution to resolve this.

scenario:
1) I try to upload 15 graphs in the virtuoso store using virtuoso isql.
2) all the queries work except 2 of them
3) The query is  "INSERT INTO GRAPH "

cheers,
Nirmala




---------------------------------------------------------------------- --------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/blackberry
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to