Hello Members,
I run a web shop and my customers are roughly divided 60% in US and 40% in UK.
Right now i am having a server in Dallas DC.
However i am thinking to have a UK based server as i would like to speed up load times for my UK customers.
The problem i seem to have is that even though i have two websites...shop.com and shop.co.uk, they both read/write to the same mysql database.
I heard that if i move shop.co.uk php files to UK, the website loading time would actually increase as having the php files here and the sql files in the states is a very bad idea... Just need to confirm whether this is true or not.
i don’t want to have two separate databases as i have pretty good number of products and the time it would take copying back and forwards just won’t work for me.
Can anyone give me a solution on this? I did consider sql clusters some months ago (when i thought about this last time) but i think back then i thought they were not going to help me... Can’t remember what the problem with them was!!
Any help greatly appreciated.
Many Thanks
I run a web shop and my customers are roughly divided 60% in US and 40% in UK.
Right now i am having a server in Dallas DC.
However i am thinking to have a UK based server as i would like to speed up load times for my UK customers.
The problem i seem to have is that even though i have two websites...shop.com and shop.co.uk, they both read/write to the same mysql database.
I heard that if i move shop.co.uk php files to UK, the website loading time would actually increase as having the php files here and the sql files in the states is a very bad idea... Just need to confirm whether this is true or not.
i don’t want to have two separate databases as i have pretty good number of products and the time it would take copying back and forwards just won’t work for me.
Can anyone give me a solution on this? I did consider sql clusters some months ago (when i thought about this last time) but i think back then i thought they were not going to help me... Can’t remember what the problem with them was!!
Any help greatly appreciated.
Many Thanks
Comment