Using Virtuoso 7.0.0, I tried to do a with-delete-insert query and the 
following error was generated:

Virtuoso 42000 Error FRVEC: array in for vectored over max vector length 
2000000 > 1000000

SPARQL query:
define sql:big-data-const 0
#output-format:text/html
define sql:signal-void-variables 1 prefix sno:   <http://www.ebremer.com/sno/>
with <http://www.maxmind.com>
delete {?range sno:hasStartip4Address ?ip}
insert {?range sno:hasStartip4AddressDotted ?ip}
where {?range sno:hasStartip4Address ?ip filter(!isnumeric(?ip))}

        - Erich

Erich Bremer
http://www.ebremer.com


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to