[Phpwm] Multiple MySQL insert techniques
David Goodwin
david at codepoets.co.uk
Wed Mar 25 19:44:55 UTC 2009
pete graham wrote :
> Good afternoon developers,
>
> I would like your advice. I have a website which has an internal
> messaging system for users. The site admins have the ability to send
> out a message to all users on the site.
>
If you are doing a lot of inserts, it can be quicker to disable the
indexes on the table, and then re-enable them afterwards. You will
want to do some benchmarking to determine whether this is worthwhile.
David.
--
David Goodwin
[ david at codepoets dot co dot uk ]
[ http://www.codepoets.co.uk ]
More information about the Phpwm
mailing list