in reply to Re^2: When to use forks, when to use threads ...?
in thread When to use forks, when to use threads ...?
In any case variants of Perrin's solution is the standard way to do it. Load a temporary table, then do the update within the database. If there is The primary key index should not be dropped, but all other indexes can be, and then can be re-created. With a good database that should be the most efficient way to go.
|
|---|