In the last episode (Aug 12), duo fu said:
> I have just created a small web site with php/mysql. I do a query
> into one of my tables whose ".MYI=338K " and ".MYD=7.6M". I could
> only retrieve some part of the data and then the browser just died
> there. My query is " select * from Forces". The primary key is
> combination of several fields. Table Force has 132 fields. Its size
> reaches 20 MB. How can I solve the problem? Will adding an index
> help? I am just intending to print out the whole table.

"The browser just died there"?  My guess is it crashed trying to
display the ~60MB html page required to display 20MB worth of data. 
How much memory do you have in the PC you're running the browser on?

-- 
        Dan Nelson
        [EMAIL PROTECTED]

---------------------------------------------------------------------
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

Reply via email to