
I've a 700Mb database, several tables are more 800 000 records. I've tried to test dataface on such tables : display fisrt 10 records takes more 15 seconds and i've had to extend memory allocated from 16Mb to 20Mb. Then, if a click on a record detail (there is no relationships), i've memory error, ask me to allocate more than 44Mb !
This table has 550 000 records, 30 fields and 200Mb in MyISAM format.
My existant backoffice in php4 shows lists, dŽtails and make searches in less 0.5 second with 16Mb allocated for php. phpmyadmin too. How can i show each dataface sql queries with durations to find the trouble ?
Thanks.