|
-
August 23rd, 2011, 01:47 AM
#1
Database Storage?
Why it is important to store your database in multiple locations? and how it can be achieved in the easiest and reliable manner.
-
August 23rd, 2011, 10:45 AM
#2
Re: Database Storage?
Multiple locations are used for secure data retention. If something happens to one, then you at least have another copy.
If the post was helpful...Rate it! Remember to use [code] or [php] tags.
-
September 4th, 2011, 10:28 PM
#3
Re: Database Storage?
Ok, but how we can achieve this in easiest way as I think storing data in multiple locations is not an easy process and might also depends on the size of database.
-
September 4th, 2011, 10:46 PM
#4
Re: Database Storage?
I think you're misunderstanding the implementation. You don't read from/write to both at the same time. You have an active database and one backup. At given increments you backup the active database to another location. It's basically a simple copy procedure.
If the post was helpful...Rate it! Remember to use [code] or [php] tags.
-
September 16th, 2011, 05:00 AM
#5
Re: Database Storage?
Thanks, PeejAvery for clarifying my doubts as now I got it.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|