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 10000 record files to load into LOAD DATA INFILE to keep it paralell... I figure if I write it straight into the apam, I wont have to hassle with all the forking around, so to speak... may even pick up some speed.
I'd eventually like to wrap it in perl possibly, but I can't even make a regular C program yet... blah. query and sql... bah! On Fri, Oct 25, 2002 at 01:32:14PM -0500, Paul DuBois wrote: > At 10:42 -0400 10/25/02, Anthony R. J. Ball wrote: > > Does no one know how to compile a program with the myisam > >library? > > Not me. Never tried it. Maybe no one else has, either. > > > > > 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 proper gcc line is to link > >everything in right is... > -- ___ __ __ __ _ _ ____ _ _ ____ ____ / __)( )( ) /__\( \/ )( ___) ( \( )( ___)(_ _) \__ \ )(__)( /(__)\\ / )__) ) ( )__) )( (___/(______)(__)(__)\/ (____)()(_)\_)(____) (__) How many roads must a man walk down before you call him a cab? --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php