About 50 results
Open links in new tab
  1. CAP theorem - Availability and Partition Tolerance - Stack Overflow

    Sep 10, 2012 · The CAP theorem talks about the trade-offs between consistency and availability that you have to make if your distributed system ever suffers partitions. Distributed system means you …

  2. How CA distributed system according to Cap Theorem can exist

    Jan 29, 2023 · The CAP theorem is about distributed systems, I don't understand why people talk about single node setups having something to do with the CAP theorem. Furthermore, in a distributed …

  3. distributed system - Elasticsearch and CAP Theorem - Stack Overflow

    Dec 17, 2020 · Elasticsearch is a distributed system. As per the CAP theorem, it can satisfy any 2 out of 3 properties. Which one is compromised in Elasticsearch?

  4. hadoop - CAP with distributed System - Stack Overflow

    Nov 12, 2013 · When we talk about nosql distributed database system, we know that all of them fall under the 2 out of three of CAP theoram. For a distributed cluster where network failure and node …

  5. distributed computing - Why isn't RDBMS Partition Tolerant in CAP ...

    Apr 4, 2016 · 8 CAP theorem is problematic and it applies only to distributed database systems. When you have distributed databases then network partition and node crashes can happen. And when …

  6. distributed system - CAP theorem: choose consistency and availability ...

    Mar 23, 2022 · "CAP is frequently misunderstood as if one has to choose to abandon one of the three guarantees at all times. In fact, the choice is really between consistency and availability only when a …

  7. distributed system - Consistency over availability in CAP Theorem ...

    Oct 6, 2017 · The system might be up but if it is returning errors for all my data access, what good is it? Or, does "network partitioning" imply data partitioning as well here? In other words, if data …

  8. How is ETCD a highly available system, even though it uses Raft which ...

    Dec 14, 2021 · etcd is a strongly consistent, distributed key-value store that provides a reliable way to store data that needs to be accessed by a distributed system or cluster of machines. It gracefully …

  9. distributed system - Why we need partition tolerance [CAP] - Stack …

    Feb 20, 2021 · 1 By CAP theorem, we can have any two of C, A and P. But why do we even need Partition tolerance, or let's say multiple network partition. If we have only one partition we can make a …

  10. In a distributed system what is the relationship between database ...

    Jul 14, 2023 · In a distributed system what is the relationship between database architecture and CAP theorem? Asked 2 years, 9 months ago Modified 2 years, 9 months ago Viewed 136 times