Jump to content

david12

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

david12's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. ??? We have build a program in php on an mysql database. It work’s fine but it is extremely slow. The reason for this is that on all the records in the database PHP is doing a calculation which is taking approx 1 sec per record.  The database has more then 1 mio records so a long time to do a run over the complete database. We would like to streamline this by putting other pc’s in a network. The idea is to have several pc’s execute a part of the records. For example pc 1 is doing the calculations on record 1 until 100.000 and saves the result in the central mysql database. Pc 2 is doing the calculation from record 100.001 untill record 200.000. end so on. In this way if we put 10 pc’s in parallel our calculation could go about 10 times faster.? Is this possible and is PHP- mysql the right code? Thx for help David
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.