Hye the list,Thank you.
There is my problem.
I have to register about 400 large arrays (~10000 lines each) in my MySQL database and I don't know which of the following choices is better.
Either create a large tables as a stack, which contains all arrays
Either create as many tables as there are arrays and use references to each table.
Any advice is welcome. Thank you very much
Greg
--------------------------------------------------------------------- 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
I think I will create my table as a stack and push all my arrays in.
Greg
--------------------------------------------------------------------- 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