Top "Replication" questions

The use of redundant resources to improve reliability, fault-tolerance, or performance.

MySQL error 1236 When using GTID

I want to create a replica to my Percona Server with GTID enabled, but got this error when i show …

mysql replication percona gtid
Location of Redis' temp file for replication?

I tried to set up a Master-Slave sync on a debian machine. I always get that error in my logs …

redis debian replication sync temp
How to prefer reads on secondaries in MongoDb

When using mongodb in a replica set configuration (1 arbiter, 1 primary, 2 slaves); how do I set a preference that read be …

java mongodb replication morphia
mysql error when adding function

The following error is returned when trying to use a MySQL function.. #1418 - This function has none of DETERMINISTIC, NO …

mysql replication cumulative-sum
MySQL: Writing to slave node

Lets say I have a datbase of Cars. I have Makes and Models (FK to Makes). I plan on having …

mysql database database-design replication database-replication
SQL Server Replication - No replicated transactions are available

I have created a publisher (on sql server 2008 r2), create transaction replication and have created a new database on subscriber …

sql-server sql-server-2008 replication transactional-replication
SQL Server 2012: synchronize two servers with writes to both

I have a SQL Server 2012 Enterprise setup issue and was so far unable to find a solution of my specific …

sql sql-server-2012 replication mirroring
What is maximum Amazon S3 replication time on file upload?

Background We use Amazon S3 in our project as a storage for files uploaded by clients. For technical reasons, we …

amazon-web-services amazon-s3 replication eventual-consistency
how to drop a replicated table in both the publication and subscription

How do I drop a replicated table in the publication as well as the subscription? (scripts only) I do not …

tsql replication sql-drop
Can you index tables differently on Master and Slave (MySQL)

Is it possible to set up different indexing on a read only slave, from on the master? Basically, this seems …

mysql replication alter-table indexing