replication Questions
1
Solved
I would like to rename a PostgreSQL (9.6) table in a way that is recoverable for my system (A java app using JPA/Hibernate)
In my java code, a JPA entity would have the following annotations @Enti...
Coacervate asked 11/12, 2018 at 11:27
9
Solved
The same question is repeated again and again and i am another one repeating this question .
I have already set up my mysql server .
Its location is C:\Program Files\MySQL\MySQL Server 5.5
but i...
Tratner asked 6/12, 2011 at 17:20
2
Solved
When using internal security with Cassandra, what replication factor do you use for system_auth?
The older docs seem to suggest it should be N, where N is the number of nodes, while the newer ones...
Reimer asked 17/9, 2014 at 13:3
4
Solved
What's the difference between peer-to-peer replication and merge replication using SQL Server?
Dalrymple asked 16/9, 2009 at 19:9
3
Solved
We have a geo-replicated database in SQL Azure (Premium) and are wondering if we are pointing to the South Central US database that is the master, if that goes down do we have to manually change ou...
Caralie asked 11/5, 2015 at 21:16
2
Solved
I have a database in SQL Azure which is being actively replicated to 2 different regions. They are both read-only accessible (tested from SQL management studio by connecting to their respective ser...
Gray asked 16/6, 2015 at 11:0
4
Solved
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 ...
Heliostat asked 8/4, 2013 at 16:53
0
We use the Google Cloud SQL Database with the Replication and since three days our master - slave replication is constantly lagging behind and not catching up.
What can be the cause and what can ...
Thromboembolism asked 3/5, 2018 at 11:50
1
I am trying to increase the replication factor of a topic in Apache Kafka.In order to do so I am using the command
kafka-reassign-partitions --zookeeper ${zookeeperid} --reassignment-json-file ${...
Sterilize asked 7/8, 2017 at 15:53
2
Solved
If a data block is replicated, in which data node will it be replicated to?
Is there any tool to show where the replicated blocks are present?
Jalousie asked 16/6, 2011 at 12:47
12
Solved
The exact error is as follows
Could not load file or assembly 'Microsoft.SqlServer.Replication,
Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'
or one of its dependencies....
Favor asked 3/9, 2008 at 10:55
6
Solved
I have a pair of SQL Servers at different webhosts, and I'm looking for a way to periodically update the one server using the other. Here's what I'm looking for:
As automated as possible - ideall...
Villanovan asked 20/2, 2009 at 3:20
6
Solved
Does anyone know of a query I could run that would tell me what articles, if any, in a target database, are associated with a transactional replication publication?
Laminate asked 3/1, 2011 at 12:56
4
Assume we setup a MongoDB replication without arbiter, If the primary is unavailable, the replica set will elect a secondary to be primary. So I think it's kind of implicit arbiter, since the repli...
Feud asked 13/8, 2013 at 13:58
1
I have an Application which using Couchbase Lite. Till now i was using http and now we need to make little secure. So how to allow all the HTTPS URLs to sync with CouchbaseLite Android?
Qua asked 12/11, 2015 at 16:23
6
Solved
I have got 3 mongod demo replicates servers running on my machine. I have used following command to create replicated server:
F:\>mongod --replSet test2 --dbpath 2 --port 27112 --oplogSize 50 -...
Averyaveryl asked 13/2, 2013 at 23:37
2
Solved
I have a requirement of replicate data from AWS RDS Postgres(9.6) Database to On-Premise Postgres(9.5) Database. I have found stuff about replication from On-premise to On-premise. But How can we i...
Lapland asked 26/9, 2017 at 5:45
4
Solved
When using mongodb in a replica set configuration (1 arbiter, 1 primary, 2 slaves); how do I set a preference that read be performed against the secondaries and leave the primary only for writes? I...
Benzoyl asked 29/1, 2013 at 16:23
1
Solved
http://docs.aws.amazon.com/AmazonS3/latest/dev/crr-status.html mentions:
replication-status header with one of the following values for the
object's replication status: PENDING, COMPLETED, or F...
Lakin asked 17/12, 2017 at 6:22
2
Solved
We have a master-slave setup running Solr 6.5.0. There is a backend process running 24/7 which pushes its data towards the master server. No commit is done on master. The web frontend is accessing ...
Plaster asked 12/12, 2017 at 11:29
2
Solved
I have been asked to write a SQL script that can be run, which will stop replication and remove the subscriber/subscription.
Is this at all possible? Or do you have to use the GUI?
Trebuchet asked 29/6, 2011 at 8:3
4
There are two servers. The first is ERP system on production. The second one is the BI server for heavy analytical queries. We update the BI server on a daily basis via backups. However, it's not e...
Desmarais asked 10/10, 2017 at 7:4
7
Does anyone have any real world experience with Hazelcast distributed data grid and execution product? How has it worked for you? It has an astonishingly simple API and functionality that see...
Kike asked 22/11, 2010 at 22:21
1
Solved
When using streaming replication can someone please explain the purpose of archive_command and restore_command in PostgreSQL?
As i studied in streaming replication secondary server read and apply ...
Midterm asked 15/8, 2017 at 23:56
2
Solved
Background:
I'm new to Cassandra and still trying to wrap my mind around the internal workings.
I'm thinking of using Cassandra in an application that will only ever have a limited number of node...
Lette asked 14/4, 2015 at 18:59
© 2022 - 2024 — McMap. All rights reserved.