[PHP-DB] Big speed problem with MySQL

2002-02-15 Thread Arthur CARANTA
Hi everyone. I have a big problem with my billing software. I have coded it using PHP and MySQL as the database. Everything seems ok, but when I do accesses to my DB, it is very slow ! For example, I am able to download the csv file for a specified account (that is not the problem). If I downl

Re: [PHP-DB] Big speed problem with MySQL

2002-02-18 Thread Arthur CARANTA
doing the work in SQL or sorting /rearranging a lot of arrays? > > There are many possibilities for slowness, but you have to tell us what > you're doing. > > Regards - Miles Thompson > > At 11:53 AM 2/15/2002 +0100, Arthur CARANTA wrote: > >Hi everyone. > > > &