I need excess data over IP performance
I have a database for which I have to provide redundancy.
It's Codebase, but using a typical SQL database is using too much CPU and having a remote DB location is causing too much latency in my process.
I need a viable remote location data redundancy solution for my critical timetime process.
0
Tbow
source
to share
2 answers
Maybe a stupid answer, but have you thought of a mirror?
+1
Toon krijthe
source
to share
If your script is mostly read, you should look into memcached, it may solve part of your problem.
+1
Robert gould
source
to share