Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
189 views

I am currently working with AWS DMS services and need to create an Oracle endpoint with an ASM (Automatic Storage Management) connection. However, the connection is failing, and the following error is ...
Ibrahim Basha Imran's user avatar
0 votes
1 answer
240 views

I need to create the replication in clickhouse; on two different machines that are under the same network. I have tried to configure it but I have the following error: SQL Error [999] [07000]: Code: ...
Vilma Zorina Camacho Cagal's user avatar
0 votes
1 answer
55 views

I tried to load the pre-training parameters trained by a single GPU on a single machine with multiple GPUs, but errors such as Missing keys and Unexpected keys occurred. backbone_cfg = dict( ...
Mingshuai Zhao's user avatar
0 votes
0 answers
98 views

Consider I have a document A in the MongoDB database with multiple copies (as it is a distributed db, partition P1 and P2 has same entry A) Given there is single document transaction in Mongo, if I ...
System Designer's user avatar
0 votes
1 answer
189 views

Column type modifications in clickhouse can take a long time, since clickhouse has to migrate all data to the new type. Let's say a jdbc client initiates a column type update, and then the jvm process ...
thewolf's user avatar
  • 602
0 votes
1 answer
129 views

I am trying to understand hierarchical quorums in Zookeeper. I may not understand the example shown in the documentation (here). Are votes [from at least two servers from each of two different groups] ...
dengzeyuan's user avatar
4 votes
1 answer
1k views

so im learning about microservices and common patterns and i cant seem to find how to address this one issue. Lets say that my customer needs a module managing customers, and a module managing ...
Kamil Bęben's user avatar
  • 1,192
1 vote
1 answer
599 views

Paxos, a kind of consensus algorithm, plays a vital role in distributed database systems. It can be used to make the distributed system chooses the same proposal. Data consistency is a big problem in ...
dengzeyuan's user avatar
3 votes
2 answers
5k views

I am reading about distributed systems and getting confused with what is really means? I understand on high level, it means that set of different machines that work together to achieve a single goal. ...
Kumar's user avatar
  • 1,686
2 votes
1 answer
409 views

I'm planning to deploy a small Kubernetes cluster (3x 32GB Nodes). I'm not experienced with K8S and I need to come up with some kind of resilient SQL database setup and CockroachDB seems like a great ...
Xkonti's user avatar
  • 119
0 votes
1 answer
109 views

The following main/replica database structure development: primary: <<: *default database: users_development username: deploy_root password: password host: "localhost&...
Jerome's user avatar
  • 6,473
1 vote
1 answer
1k views

I am trying to improve my knowledge in distributed databases and the various levels of consistency that could be achieved. First, let me define some terms I will use (please, tell me if I am wrong): ...
roberto's user avatar
  • 13
0 votes
0 answers
410 views

I'm trying to understand what is the difference between 1 and 2-phase commit and why 1phase commited does not make sense distributed systems. From my understanding here they are: In 1 phase commit ...
St.Antario's user avatar
  • 27.8k
0 votes
1 answer
840 views

I've been using cassandra on two nodes where one of them ran out of disk space and went down. When I checked, I've observed the size of size_estimates to be ~30GB. I've removed sstable files from my ...
PKS's user avatar
  • 31
1 vote
1 answer
747 views

As we know from Cassandra's documentation[Link to doc] that partitioner should be such that the data is distributed evenly across multiple nodes to avoid read hotspots. Cassandra offers various ...
khush's user avatar
  • 2,805

15 30 50 per page
1
2 3 4 5
13