MySQL Forums
Forum List  »  General

Re: Help - complex joins
Posted by: Bad Programmer
Date: June 02, 2020 12:40PM

So far the bottleneck is the network connection between the client & the server, not the communication between the server & the database (localhost).
It's not bad. Maybe 3 seconds to fully load the page with 168 records in the sql result. It takes a lot longer to write the html than to pull the records:)

Oh, MyISAM as opposed to innoDB.
I hope to use full text searches for some of the reporting.
It was my understanding that you can do that with MyISAM but not with innoDB.

Thanks again for your help.

Options: ReplyQuote


Subject
Written By
Posted
May 27, 2020 01:44PM
June 02, 2020 10:00AM
Re: Help - complex joins
June 02, 2020 12:40PM
June 02, 2020 08:03PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.