Skip to main content

Showing 1–3 of 3 results for author: Kambayashi, T

Searching in archive cs. Search in all archives.
.
  1. arXiv:2303.18142  [pdf, other

    cs.DB

    Shirakami: A Hybrid Concurrency Control Protocol for Tsurugi Relational Database System

    Authors: Takashi Kambayashi, Takayuki Tanabe, Takashi Hoshino, Hideyuki Kawashima

    Abstract: Modern real-world transactional workloads such as bills of materials or telecommunication billing need to process both short transactions and long transactions. Recent concurrency control protocols do not cope with such workloads since they assume only classical workloads (i.e., YCSB and TPC-C) that have relatively short transactions. To this end, we proposed a new concurrency control protocol Shi… ▽ More

    Submitted 31 March, 2023; originally announced March 2023.

  2. arXiv:2210.04179  [pdf, other

    cs.DB

    Oze: Decentralized Graph-based Concurrency Control for Real-world Long Transactions on BoM Benchmark

    Authors: Jun Nemoto, Takashi Kambayashi, Takashi Hoshino, Hideyuki Kawashima

    Abstract: In this paper, we propose Oze, a new concurrency control protocol that handles heterogeneous workloads which include long-running update transactions. Oze explores a large scheduling space using a fully precise multi-version serialization graph to reduce false positives. Oze manages the graph in a decentralized manner to exploit many cores in modern servers. We also propose a new OLTP benchmark, B… ▽ More

    Submitted 9 October, 2022; originally announced October 2022.

  3. arXiv:2201.07993  [pdf, ps, other

    cs.DB

    Serializable HTAP with Abort-/Wait-free Snapshot Read

    Authors: Takamitsu Shioi, Takashi Kambayashi, Suguru Arakawa, Ryoji Kurosawa, Satoshi Hikida, Haruo Yokota

    Abstract: Concurrency Control (CC) ensuring consistency of updated data is an essential element of OLTP systems. Recently, hybrid transactional/analytical processing (HTAP) systems developed for executing OLTP and OLAP have attracted much attention. The OLAP side CC domain has been isolated from OLTP's CC and in many cases has been achieved by snapshot isolation (SI) to establish HTAP systems. Although high… ▽ More

    Submitted 21 April, 2022; v1 submitted 19 January, 2022; originally announced January 2022.

    Comments: 13pages

    ACM Class: H.2.4