I finally got around to testing the new sqlite addon for J 8.07.

Just as Chris noted insert speed is now MUCH faster. I've been able to
insert a million integers in test columns in a few seconds.

The entire process of loading sqlite databases has been reduced from a pain
to a pleasure.

sqlite is worth another look for the simple reason that it is the most
widely deployed SQL system on the planet. Of particular interest to me is
the binary compatibility of the database files.  You can copy them around
32/64/little endian big-endian machines and they just work.

great job guys.

-- 
John D. Baker
bakerj...@gmail.com
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to