Database replication is used to ensure consistency between redundant databases and to improve reliability and increase fault-tolerance. The replication process commonly involves continuously duplicating a "master" database to one or more additional "slave" databases.
1
vote
1answer
25 views
How can I seperate reads and writes with a multi-db setup with django & postgresql?
as some of you are aware Django has multi-db support. This can be achieved by writing a dbrouter to send writes to the master database and all the reads to the slave, but as stated on the Django Docs ...
0
votes
1answer
18 views
Synchronizing two SQL Server Instances
I have two network segments and both are connected using the internet, say one as corporate server and another as remote production. I have an Intranet application running in both environments using ...
0
votes
1answer
26 views
What's the best way to create a dev version of a SQL Server database?
I just inherited a project from someone else, and I was wondering whether there's an easy way to identify all of the relationship dependencies in a DB so that you can easily delete a bulk of the data ...
0
votes
1answer
14 views
Fast writes to MongoDB node, but slow to replSet
I have replSet with 3 nodes (node2, node4 and node6). Node2 has higher priority so it is PRIMARY.
I connect to the primary node from local machine (far away from all the nodes and their local ...
0
votes
0answers
11 views
MySQL replication with master turned off
i want to know if someone has did replication in MySQL.
Here is scenario.
I have master and slave. Now when master is switched off i want to access data from child and when master turn on i want to ...
0
votes
1answer
20 views
How Replicate database between server and client and know if two database have same data [closed]
i'm developing a project what I have a central database with data that is updated frecuently, there are clients who have a instance of the central database(The same schema and tables), that clients ...
0
votes
1answer
13 views
mysqldump --delete-master-logs safe for replication?
I have the following backup scheme on my server:
Every day I run "mysqladmin flush-logs".
Weekly I run "mysqldump --single-transaction --flush-logs --master-data=2 --delete-master-logs > ..."
Since ...
1
vote
2answers
65 views
Confused about the numer of voting members in a MongoDB replica set?
In the replica set architecture article the suggested (minimum) configuration is made of: one primary member and two secondary ones (or one secondary and a lightweight arbiter). Hence two voting ...
0
votes
0answers
9 views
reduce transfer time of primitive writer resource
I've written a script to perform a failover test on a mysql (percona) clsuter:
#!/bin/bash
WRITERHOST=$(crm status | grep writer_vip | awk '{print $4}')
MYSQLCRED='-u repl_user -ppassword -h ...
0
votes
1answer
16 views
Why MongoDB Node.js driver does not complain about a wrong replica set?
I'm just curious about the fact that the native driver doesn't complain about my (not properly configured) replica set. In fact my setup has just one instance of mongod listening on port 27021 (ports ...
0
votes
0answers
15 views
Error in setting MySQL master-master replication on CentOS
I want to setting up MySQL master-master replication on CentOs and i followed this steps but i am getting following error.
130514 9:25:28 [Note] Error reading relay log event: slave SQL thread was ...
0
votes
1answer
20 views
RavenDB Replication: Can I set a database's Raven-Replication-Source Guid manually?
EDIT 2: I'm encountering precisely the same issue.
For RavenDB Replication, the Raven-Replication-Source Guid is very handy when trying to discern which documents came from which server.
But in a ...
1
vote
0answers
17 views
Replicate EAV data model as Conventional data model and use Conventional model for querying in SQL Server
We have an EAV database model built on SQL Server 2008. Knew about the performance problems with EAV before choosing EAV (benefits from EAV outweighed performance problems).
To reduce performance ...
0
votes
1answer
16 views
Replication in mysql with a single server
I'm trying replication in mysql and was successful in doing so with two different servers, one as master and other as a slave. But, I would also like to know, how to configure replication when there ...
0
votes
0answers
17 views
CouchDB: Re-running a completed replication progressing slowly
I wrote a service which does the following on startup:
Boots up CouchDB
Makes a pull _replicate (+continuous) request to CouchDB
Monitors _active_tasks for the 'progress' to reach 100 before ...
0
votes
0answers
19 views
mysql replication successful but slave not replicating [migrated]
I have created a mysql master-slave configuration and things look fine .
the " show master status;" on slave doesnt show any error . this is the output
Slave_IO_State: Waiting for master to send ...
0
votes
1answer
37 views
distribution.dbo.MSdistribution_history comments explanation
The comment column of distributor.dbo.MSdistribution_history contains comments such as
<stats state="2" fetch="11554" wait="214007" cmds="17898546" callstogetreplcmds="106880">
...
0
votes
0answers
14 views
MSSQL Master-Master replication [migrated]
We are looking into setting up a master-master replicated MSSQL database and I am interested to hear of any potential pitfalls that we may run into along the way and generally any advice that you ...
0
votes
1answer
81 views
Replicating .accdb database tables with python pyodbc
Novice python user here. There are other ways to achieve this, but I believe this is my best option. I maintain an MS Access 2007 database (.accdb) that is used on offline TabletPCs in the field to ...
0
votes
2answers
53 views
MySQL Multi-master replication
We have some (10-) MySQL server nodes and we want them to be replicated in a way that if one goes down the rest never get affected.
I know MySQL provides Master/Slave (not good for us) and ...
0
votes
0answers
21 views
RavenDB - Disaster Recovery on a Replicated Instance [migrated]
Assume that I have two RavenDB instances.
Instance 1 contains one document: users/1.
Instance 2 contains three documents: users/2, users/3, and users/4.
_
Assume that I configure and enable ...
0
votes
0answers
25 views
Finding a row by position
I am getting an error at position 1996250 in my mysql replication. How can I find out what table/row is at that position?
0
votes
0answers
48 views
Rails - MongoDB replica set issue
I was doing the failover testing of mongodb on my local environment. I have two mongo servers(hostname1, hostname2) and an arbiter.
I have the following configuration in my mongoid.yml file
...
0
votes
0answers
62 views
Deadlock between select WITH (NOLOCK) and replication agent
I experienced a deadlock between the database replication agent and a select statement that uses the nolock hint. The select statement was chosen as the victim. Here is the select statement, and as ...
0
votes
0answers
28 views
Can I use EC2 Percona Xtradb Cluster Server with a XAMPP server?
I just wanted to know if I can use a normal MySQL server (XAMPP) as part of the cluster on my EC2 Server running Percona XtraDB Cluster.
Can I just change the my.cnf config file on XAMPP with the ...
1
vote
1answer
54 views
NoSQL databases in offline mode and forward compatibility
After doing some research, it seems that when people ask about schema migration in CouchDB, they get quickly rebutted that the concept is not exactly compatible with NoSQL ideology. I understand how ...
0
votes
0answers
29 views
Is this a use case for database clustering?
A client of mine recently ditch the idea of having an Online web based system
at each of their 19+ branches. I initially designed the web app on the basis
that it would have 24/7 Internet access.
...
-1
votes
1answer
52 views
How to Replicate a SQL Server 2005 Database File (MDF)
I am Developing a Database Program in Client/Server Basis. I Started the Server by TcpListener class (C#) . The Clients will be connected and Query from clients will be executed in the server side mdf ...
0
votes
1answer
26 views
Loading data in mysql using LOAD DATA INFILE, replication safe? [closed]
I am trying to load data into mysql database form CSV file. I found that we could use LOAD DATA INFILE command to do it. But as per the mysql documentation it is not replication safe. (See here)
Is ...
0
votes
1answer
41 views
Can this strange behaviour be explained by Eventual Consistency on the App Engine Datastore?
I have implemented two server-side HTTP endpoints which 1) stores some data and 2) processes it. Method 1) calls method 2) through App Engine Tasks since they are time consuming tasks that I do not ...
0
votes
1answer
24 views
Replication 2008 publisher to 2008r2 subscriber [closed]
Is there a way that the replication mechanism can handle such the topology, where SQL SRV 2008 is a publisher and will provide publication to 2008 r2 subscriber?
Thank You in an advance!
0
votes
0answers
20 views
Create a dynamic copy of a myisam table for nginx on different disk of same physical server
One physical server...
Massive app that is living on myisam tables. We now need to perform mysql queries on this live database. But we cannot! The table is myisam, and any query locks the table.
...
0
votes
1answer
44 views
Clicking to (+) to add SQL Replication table throws exception
Getting the following exception when trying to add a SQL Replication table or when trying to save SQL Replication:
Client side exception:
System.NullReferenceException: [Arg_NullReferenceException]
...
0
votes
0answers
18 views
Switching from ODG to ADG - Casscading ODG or its alternative
I would like your input on the below.
We have a database (11g R2) connected to my main application. Due to varied processes needed to run on the prod DB we have kept 3 ODG copies of the same. one of ...
0
votes
0answers
25 views
If a routine is replication safe, is it correct to mark it as deterministic?
I beleive the following rule is correct even though it is not stated outright from MySQL and many posts suggests otherwise:
DETERMINISTIC = Can be cached = Safe for statement replication
I beleive ...
0
votes
1answer
43 views
Difference between data replication and synchronization?
I'm having trouble finding the differences between data synchronization and replication.
From what I can tell, replication is making all data between 2 databases the same. Synchronization doesn't ...
0
votes
0answers
26 views
SQL Server Replication - best way to get last_distsync?
We're trying to find out when subscriptions are hanging and falling out of date due to desktop heap issues. The best way we've seen is by using last_distsync, gotten from running
...
0
votes
3answers
19 views
replication slave has less space
I need to setup the replication
so for that i took backup from the master and imported into slave and now slave has 20 GB free space,
at the time while i am restoring backup master got 5+ GB of ...
0
votes
1answer
59 views
Web app that synchronizes third-party app DB (via REST API) with SQL database
Common replication question with seemingly a slightly different scenario.
In short, I'm trying to develop a C# web app that will link up a third party CRM application (via oAuth and its REST API) ...
0
votes
1answer
33 views
Unmonitored (X.X.X.X:3306) Error in MEM tool
We're seeing "Unmonitored (X.X.X.11:3306)" error in MEM tool due to below command executed on wrong Master server.
Can anyone suggest how to fix this issue without restarting the Master server.
ON ...
0
votes
0answers
26 views
SQLite - Syncing between list and table fast
I have a list of (int, String) and have a database table (int, var_char). I need to insert, update and delete records in the database to match exactly what the list has. Example:
Given list:
1 Black
...
-1
votes
1answer
19 views
Is replication of a couchdb document with attachments atomic?
When a couchdb document with attachments is replicated, is that replication an atomic operation or is there a short timeframe in which the document does not yet have its attachments?
0
votes
1answer
47 views
Behaviour regarding db pool and connection.setReadOnly() method
I have Java application with Hibernate framework(no spring) connect to MySQL DB , manage connection pooling via c3p0
i try to configure my apllication to read from slave db and write to master db , i ...
-2
votes
1answer
77 views
Would you already use MySQL 5.6 GTID mode replication in a production system? [closed]
I'm building a MySQL Master-Slave system which should be used as production system in the near future. Since MySQL 5.6 enables GTID replication mode I think about using the newest GA.
But MySQL 5.6 ...
0
votes
0answers
31 views
SQL Server RMO - An error when creating a publication
I have the following situation: distribution as distributor database, production1 as publication database and production2 as a subscriber. When I'm trying to create a publication via C# RMO the ...
1
vote
2answers
128 views
Cassandra datacenter replicaton versus Couchbase datacenter replication
I'm trying to understand the difference between the datacenter replication implemented in Cassandra and in Couchbase.
It looks like in Cassandra, if I have two datacenters(DC), all my data is ...
0
votes
0answers
19 views
Synchronize Oracle EE with Oracle XE programmatically in .NET [closed]
I have an Oracle Enterprise Edition RDBMS[Central repository]
Then i have a Win Form App installed on Field workers laptops who save data on local DB[Offline mode], which is Oracle XE Finally they ...
1
vote
1answer
154 views
SQL Server Replication issues
I'm trying to set database snapshot replication using c# with SQL Server 2008 R2. when I'm connecting to the server everything goes as it should... but after the following lines of the code:
...
-1
votes
1answer
38 views
Implementing High Availability, Load Balancing, and Replication using Warm Standby Using PUT method in windows platform [closed]
I have installed postgres SQL 9.0 version in my PC having window 7 OS.I want to implement the "High Availability, Load Balancing, and Replication" using Warm Standby Using PITR method
My system IP ...
1
vote
1answer
70 views
How does Raven DB SQL Replication handle saving arrays to SQL?
I am currently setting up SQL Replication to replicate our Raven DB documents into SQL for reporting purposes. So far everything has been working great. However, I am now trying to save a document ...

