Hi,
I need to do many inserts (3-4000)
in a ibase db with php.
I have some performance problems, after
the first 1000 queries, performances begin to
slow down and it took approx 1 hour
to complete the process.
How can I speed it up.
It's a while cycle that open a connection
(persistent) read row from a file and
then insert it in the db.
Awaiting suggestions...
I need to do many inserts (3-4000)
in a ibase db with php.
I have some performance problems, after
the first 1000 queries, performances begin to
slow down and it took approx 1 hour
to complete the process.
How can I speed it up.
It's a while cycle that open a connection
(persistent) read row from a file and
then insert it in the db.
Awaiting suggestions...