I have a relational table with schema (id, numvalue1, numvalue2, name, surname, telephone)
. The first three columns are integer
and the last three columns are nvarchar
.
Loading 1 million records into Virtuoso now takes around 5-6 hours with batch insert.
Is there a more efficient way to load large files of relational data into Virtuoso (as bulk insert for RDF data)?