| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Andrés Tello | Date: | August 6 2010 3:27pm |
| Subject: | Re: Moving from one MySQL server to three MySQL servers? | ||
| View as plain text | |||
Any kind of optimization you need works. I would use a explain sql statements istead to import without indexes, that will shed more light... Even if u optimize the report, if you have concurrent access demanding a bunch load of data you will other operations get stuck... for that is a good reason to have a master/write server and slave/read servers... if you make a row level block or table level block at a slave/read server, master/write still can work. And mysql is kinda greedy with the ram once it has it. Tries to keep index information, select cache, etc, as long as possible, which is a good thing... and if the client is willing to trow more hardware to the issue, trow more RAM to those servers...
| Thread | ||
|---|---|---|
| • Moving from one MySQL server to three MySQL servers? | Nunzio Daveri | 4 Aug |
| • Re: Moving from one MySQL server to three MySQL servers? | Warren Young | 4 Aug |
| • Re: Moving from one MySQL server to three MySQL servers? | Wm Mussatto | 4 Aug |
| • Re: Moving from one MySQL server to three MySQL servers? | Prabhat Kumar | 4 Aug |
| • Re: Moving from one MySQL server to three MySQL servers? | Andrés Tello | 5 Aug |
| • Re: Moving from one MySQL server to three MySQL servers? | Joerg Bruehe | 5 Aug |
| • RE: Moving from one MySQL server to three MySQL servers? | Steven Staples | 5 Aug |
| • Re: Moving from one MySQL server to three MySQL servers? | Nunzio Daveri | 5 Aug |
| • Re: Moving from one MySQL server to three MySQL servers? | Andrés Tello | 6 Aug |
| • Re: Moving from one MySQL server to three MySQL servers? | Warren Young | 9 Aug |
| • Re: Moving from one MySQL server to three MySQL servers? | Todd Lyons | 18 Aug |
