Re: Help - complex joins
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.
Subject
Written By
Posted
Re: Help - complex joins
June 02, 2020 12:40PM
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.