|
Untitled Document
Database Management
At Libdanz, we offer extensive database management.
We help you in designing a database based on your data requirements. We also assist you in choosing the DBMS to use.
After choosing a DBMS, we also setup backup schemas, because backup is very important. Our database choice is MySQL. With MySQL, we setup replication and incremental backup. With replication, each time a database record is written to your database, a copy is also duplicated to another database with the same name on another MySQL server. If a disaster occurs, you can easily change your database to the one on the replicating server without having to worry. The other advantage of replication is that you can use your replication server for use read-only request, e.g. on a website where people will be searching your products or other information. That way, you wont affect the processing speed of your production server. Setting up replication is a complicated task that requires our team to implement, as any mistake will lead to a real data catastrophe.
|
|