中文
相关论文

相关论文: Repairing Conflicts among MVCC Transactions

200 篇论文

Multiversioning is widely used in databases, transactional memory, and concurrent data structures. It can be used to support read-only transactions that appear atomic in the presence of concurrent update operations. Any system that…

分布式、并行与集群计算 · 计算机科学 2023-01-10 Yuanhao Wei , Guy E. Blelloch , Panagiota Fatourou , Eric Ruppert

With the increased adaption of blockchain technologies, permissioned blockchains such as Hyperledger Fabric provide a robust ecosystem for developing production-grade decentralized applications. However, the additional latency between…

分布式、并行与集群计算 · 计算机科学 2023-10-25 Pezhman Nasirifard , Ruben Mayer , Hans-Arno Jacobsen

Transactional Memory (TM) is an approach aiming to simplify concurrent programming by automating synchronization while maintaining efficiency. TM usually employs the optimistic concurrency control approach, which relies on transactions…

分布式、并行与集群计算 · 计算机科学 2017-11-21 Paweł T. Wojciechowski , Konrad Siek

Conflicting transactions within blockchain networks not only pose performance challenges but also introduce security vulnerabilities, potentially facilitating malicious attacks. In this paper, we explore the impact of conflicting…

分布式、并行与集群计算 · 计算机科学 2025-04-25 Faisal Haque Bappy , Tariqul Islam , Kamrul Hasan , Joon S. Park , Carlos Caicedo

Taking snapshots of the state of a distributed computation is useful for off-line analysis of the computational state, for later restarting from the saved snapshot, for cloning a copy of the computation, and for migration to a new cluster.…

分布式、并行与集群计算 · 计算机科学 2023-10-09 Yao Xu , Gene Cooperman

Concurrency control (CC) algorithms are important in modern transactional databases, as they enable high performance by executing transactions concurrently while ensuring correctness. However, state-of-the-art CC algorithms struggle to…

数据库 · 计算机科学 2026-03-11 Hexiang Pan , Shaofeng Cai , Tien Tuan Anh Dinh , Yuncheng Wu , Yeow Meng Chee , Gang Chen , Beng Chin Ooi

Research in transaction processing has made significant progress in improving the performance of multi-core in-memory transactional systems. However, the focus has mainly been on low-contention workloads. Modern transactional systems…

数据库 · 计算机科学 2018-10-05 Guna Prasaad , Alvin Cheung , Dan Suciu

In the modern era of multicore processors, utilizing cores is a tedious job. Synchronization and communication among processors involve high cost. Software transaction memory systems (STMs) addresses this issues and provide better…

分布式、并行与集群计算 · 计算机科学 2018-07-31 Chirag Juyal , Sandeep Kulkarni , Sweta Kumari , Sathya Peri , Archit Somani

Digital collaboration systems support asynchronous work over replicated data, where conflicts arise when concurrent operations cannot be unambiguously integrated into a shared history. While Conflict-Free Replicated Data Types (CRDTs)…

分布式、并行与集群计算 · 计算机科学 2026-05-14 Georgii Semenov , Vitaly Aksenov

This paper presents a software-based technique to recover control-flow errors in multithreaded programs. Control-flow error recovery is achieved through inserting additional instructions into multithreaded program at compile time regarding…

编程语言 · 计算机科学 2016-07-27 Navid Khoshavi , Mohammad Maghsoudloo , Hamid R. Zarandi

Geo-distribution is essential for modern online applications to ensure service reliability and high availability. However, supporting high-performance serializable transactions in geo-replicated databases remains a significant challenge.…

The traditional architecture for a DBMS engine has the recovery, concurrency control and access method code tightly bound together in a storage engine for records. We propose a different approach, where the storage engine is factored into…

数据库 · 计算机科学 2009-09-15 David Lomet , Alan Fekete , Gerhard Weikum , Mike Zwilling

In this work, we present our early stage results on a Conflicts Check Protocol (CCP) that enables preventing potential attacks on bitcoin system. Based on the observation and discovery of a common symptom that many attacks may generate, CCP…

密码学与安全 · 计算机科学 2018-02-28 Chen Yang , Haohong Wang

Algorithms to solve fault-tolerant consensus in asynchronous systems often rely on primitives such as crusader agreement, adopt-commit, and graded broadcast, which provide weaker agreement properties than consensus. Although these…

分布式、并行与集群计算 · 计算机科学 2023-08-10 Hagit Attiya , Jennifer L. Welch

Disconnection of mobile clients from server, in an unclear time and for an unknown duration, due to mobility of mobile clients, is the most important challenges for concurrency control in mobile database with client-server model. Applying…

数据库 · 计算机科学 2011-12-13 Ali Karami , Ahmad Baraani-Dastjerdi

Non-volatile memory (NVM) promises persistent main memory that remains correct despite loss of power. This has sparked a line of research into algorithms that can recover from a system crash. Since caches are expected to remain volatile,…

分布式、并行与集群计算 · 计算机科学 2020-06-22 Naama Ben-David , Guy E. Blelloch , Michal Friedman , Yuanhao Wei

The problem of Multi-Agent Path Finding (MAPF) calls for finding a set of conflict-free paths for a fleet of agents operating in a given environment. Arguably, the state-of-the-art approach to computing optimal solutions is Conflict-Based…

多智能体系统 · 计算机科学 2021-04-20 Ofir Gordon , Yuval Filmus , Oren Salzman

Blockchains have a two-sided reputation: they are praised for disrupting some of our institutions through innovative technology for good, yet notorious for being slow and expensive to use. In this work, we tackle this issue with…

分布式、并行与集群计算 · 计算机科学 2021-02-19 Kian Paimani

The transactional robustness problem revolves around deciding whether, for a given workload, a lower isolation level than Serializable is sufficient to guarantee serializability. The paper presents a new characterization for robustness…

数据库 · 计算机科学 2023-02-20 Brecht Vandevoort , Bas Ketsman , Christoph Koch , Frank Neven

The isolation level Multiversion Read Committed (RC), offered by many database systems, is known to trade consistency for increased transaction throughput. Sometimes, transaction workloads can be safely executed under RC obtaining the…

数据库 · 计算机科学 2021-07-27 Brecht Vandevoort , Bas Ketsman , Christoph Koch , Frank Neven