MYSQL big query
#6

If you have arleady used normalization on your database, then structurally speaking each system should have their independent tables with the respected primary and foreign keys.

In that case, the option I see here is to update the database according to changes. More often than not, a lot of the data you update everytime is not required to be updated because they haven't been altered. I don't even know how you could possibly have so much data to update that your database/server crashes, but assuming this is the case, my option seems to be the solution I can think of.

Also, while on that subject, I'd advise you to port to a plugin that supports multiple threads, so that your server is unaffected when the database requires a long time to process the queries.

I hope this helps.

PS: Have you considered you might have another issue?
Reply


Messages In This Thread
[Solved] MYSQL big query [Solved] - by qmnty - 21.02.2015, 09:45
Re: MYSQL big query - by Sithis - 21.02.2015, 09:51
Re: MYSQL big query - by qmnty - 21.02.2015, 10:03
Re: MYSQL big query - by Extremo - 21.02.2015, 10:08
Re: MYSQL big query - by qmnty - 21.02.2015, 10:21
Re: MYSQL big query - by Extremo - 21.02.2015, 11:50
Re: MYSQL big query - by qmnty - 21.02.2015, 21:25
Re: MYSQL big query - by qmnty - 22.02.2015, 00:57
Re: MYSQL big query - by qmnty - 22.02.2015, 02:09
Re: MYSQL big query - by Extremo - 22.02.2015, 09:44

Forum Jump:


Users browsing this thread: 1 Guest(s)