中文
相关论文

相关论文: Extending JSON CRDTs with Move Operations

200 篇论文

Many applications model their data in a general-purpose storage format such as JSON. This data structure is modified by the application as a result of user input. Such modifications are well understood if performed sequentially on a single…

分布式、并行与集群计算 · 计算机科学 2017-08-16 Martin Kleppmann , Alastair R. Beresford

In this paper, we present an extension to Melda (a library which implements a general purpose delta state JSON CRDT) to support move operations. This enhancement relies on minimal changes to the underlying logic of the data structure, has…

编程语言 · 计算机科学 2025-03-10 Amos Brocco

Conflict-free Replicated Data Types (CRDTs) allow collaborative access to an app's data. We describe a novel CRDT operation, for-each on the list of CRDTs, and demonstrate its use in collaborative apps. Our for-each operation applies a…

分布式、并行与集群计算 · 计算机科学 2023-04-07 Matthew Weidner , Ria Pradeep , Benito Geordie , Heather Miller

Collaborative Data Sharing is widely noticed to be essential for distributed systems. Among several proposed strategies, conflict-free techniques are considered useful for serverless concurrent systems. They aim at making shared data be…

分布式、并行与集群计算 · 计算机科学 2021-12-02 Masato Takeichi

A CRDT is a data type whose operations commute when they are concurrent. Replicas of a CRDT eventually converge without any complex concurrency control. As an existence proof, we exhibit a non-trivial CRDT: a shared edit buffer called…

分布式、并行与集群计算 · 计算机科学 2009-07-07 Mihai Letia , Nuno Preguiça , Marc Shapiro

Conflict-free Replicated Data Types (CRDTs) allow optimistic replication in a principled way. Different replicas can proceed independently, being available even under network partitions, and always converging deterministically: replicas…

分布式、并行与集群计算 · 计算机科学 2024-09-10 Paulo Sérgio Almeida

Internet-scale distributed systems often replicate data at multiple geographic locations to provide low latency and high availability, despite node and network failures. Geo-replicated systems that adopt a weak consistency model allow…

分布式、并行与集群计算 · 计算机科学 2018-06-28 Nuno Preguiça

We introduce Coordination-free Collaborative Replication (CCR), a new method for maintaining consistency across replicas in distributed systems without requiring explicit coordination messages. CCR automates conflict resolution, contrasting…

分布式、并行与集群计算 · 计算机科学 2024-12-17 Masato Takeichi

A conflict-free replicated data type (CRDT) is an abstract data type, with a well defined interface, designed to be replicated at multiple processes and exhibiting the following properties: (1) any replica can be modified without…

分布式、并行与集群计算 · 计算机科学 2018-06-22 Nuno Preguiça , Carlos Baquero , Marc Shapiro

Trees are fundamental data structure for many areas of computer science and system engineering. In this report, we show how to ensure eventual consistency of optimistically replicated trees. In optimistic replication, the different replicas…

数据结构与算法 · 计算机科学 2012-01-10 Stéphane Martin , Mehdi Ahmed-Nacer , Pascal Urso

Operation-based Conflict-free Replicated Data Types (CRDTs) are eventually consistent replicated data types that automatically resolve conflicts between concurrent operations. Op-based CRDTs must be designed differently for each data type,…

分布式、并行与集群计算 · 计算机科学 2020-04-10 Matthew Weidner , Heather Miller , Christopher Meiklejohn

Maintaining multiple replicas of data is crucial to achieving scalability, availability and low latency in distributed applications. Conflict-free Replicated Data Types (CRDTs) are important building blocks in this domain because they are…

编程语言 · 计算机科学 2019-05-15 Kartik Nagar , Suresh Jagannathan

Despite decades of research and practical experience, developers have few tools for programming reliable distributed applications without resorting to expensive coordination techniques. Conflict-free replicated datatypes (CRDTs) are a…

数据库 · 计算机科学 2022-10-25 Shadaj Laddad , Conor Power , Mae Milano , Alvin Cheung , Natacha Crooks , Joseph M. Hellerstein

Um CRDT \'e um tipo de dados que pode ser replicado e modificado concorrentemente sem coordena\c{c}\~ao, garantindo-se a converg\^encia das r\'eplicas atrav\'es da resolu\c{c}\~ao autom\'atica de conflitos. Cada CRDT implementa uma…

数据结构与算法 · 计算机科学 2019-03-11 André Rijo , Carla Ferreira , Nuno Preguiça

CRDTs are distributed data types that make eventual consistency of a distributed object possible and non ad-hoc. Specifically, state-based CRDTs ensure convergence through disseminating the entire state, that may be large, and merging it to…

分布式、并行与集群计算 · 计算机科学 2017-10-17 Paulo Sérgio Almeida , Ali Shoker , Carlos Baquero

In Opportunistic Networks (OppNets), the dissemination of information can only rely on transient pairwise radio contacts between mobile devices (peers). Designing distributed applications that can run in such conditions is a challenge, but…

分布式、并行与集群计算 · 计算机科学 2026-05-22 Frédéric Guidec , Yves Mahéo

Distributed systems designed to serve clients across the world often make use of geo-replication to attain low latency and high availability. Conflict-free Replicated Data Types (CRDTs) allow the design of predictable multi-master…

分布式、并行与集群计算 · 计算机科学 2017-10-13 Carlos Baquero , Paulo Sergio Almeida , Ali Shoker

Geo-distributed systems often replicate data at multiple locations to achieve availability and performance despite network partitions. These systems must accept updates at any replica and propagate these updates asynchronously to every…

编程语言 · 计算机科学 2019-03-18 Constantin Enea , Suha Orhun Mutluergil , Gustavo Petri , Chao Wang

Commutative Replicated Data-Type (CRDT) is a new class of algorithms that ensures scalable consistency of replicated data. It has been successfully applied to collaborative editing of texts without complex concurrency control. In this…

数据库 · 计算机科学 2010-10-19 Stéphane Martin , Pascal Urso , Stéphane Weiss

CRDTs are distributed data types that make eventual consistency of a distributed object possible and non ad-hoc. Specifically, state-based CRDTs ensure convergence through disseminating the en- tire state, that may be large, and merging it…

分布式、并行与集群计算 · 计算机科学 2015-03-04 Paulo Sérgio Almeida , Ali Shoker , Carlos Baquero
‹ 上一页 1 2 3 10 下一页 ›