Heh... it seems like a perfect solution to me... I am loading
a few million records a day into tables... building a new table
and swapping out the old... I have to process the data a little,
so to speed it up I've been forking children and passing 1
record files to load into LOAD DATA INFILE
Does no one know how to compile a program with the myisam
library?
I will gladly put together a simple document on it for others
if someone can just point me in the proper direction, i.e. which
header files are required (I get a bunch of warnings if I just
include myisam.h), and what the pro
Hi all... I am attempting to play with the myisam
api to try to make loading hordes of data a little
simpler/faster, and so am trying out the myisam interface...
specifically, eventually to try an wrap it in a perl
module. Herein lies my problem...
I know enough C to get by, but am having s