Academic literature on the topic 'Multi-Version Concurrency Control (MVCC)'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Multi-Version Concurrency Control (MVCC).'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Journal articles on the topic "Multi-Version Concurrency Control (MVCC)"

1

Голенев, А. В. "Принципы построения отказоустойчивых распределенных баз данных для финтех-индустрии". Journal of Applied Research, № 5 (19 травня 2025): 21–26. https://doi.org/10.47576/2949-1878.2025.5.5.002.

Full text
Abstract:
В статье рассматриваются существующие технологии обеспечения отказоустойчивости, безопасности в распределенных базах данных для финтех-индустрии, ориентированные на транзакционные нагрузки. Используются протоколы консенсуса, такие как Raft, Paxos, которые гарантируют согласованность данных при репликации, повышают устойчивость к сбоям. Внедрение шардинга (разделения данных на фрагменты) позволяет оптимизировать скорость доступа к данным, а также избежать перегрузки серверов, что необходимо для операций с объемами высокочастотных транзакций. Обсуждается поддержка ACID-транзакций, изоляции на ос
APA, Harvard, Vancouver, ISO, and other styles
2

Guo, Rentong, Xiaofan Luan, Long Xiang, et al. "Manu." Proceedings of the VLDB Endowment 15, no. 12 (2022): 3548–61. http://dx.doi.org/10.14778/3554821.3554843.

Full text
Abstract:
With the development of learning-based embedding models, embedding vectors are widely used for analyzing and searching unstructured data. As vector collections exceed billion-scale, fully managed and horizontally scalable vector databases are necessary. In the past three years, through interaction with our 1200+ industry users, we have sketched a vision for the features that next-generation vector databases should have, which include long-term evolvability, tunable consistency, good elasticity, and high performance. We present Manu, a cloud native vector database that implements these features
APA, Harvard, Vancouver, ISO, and other styles
3

Levandoski, Justin, David Lomet, Sudipta Sengupta, Ryan Stutsman, and Rui Wang. "Multi-version range concurrency control in Deuteronomy." Proceedings of the VLDB Endowment 8, no. 13 (2015): 2146–57. http://dx.doi.org/10.14778/2831360.2831368.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Hajar, Maseeh Yasin, and Ahmed Mahmoud Hisham. "Data Integrity and Consistency Challenges in Distributed Database Systems." Engineering and Technology Journal 10, no. 05 (2025): 5077–86. https://doi.org/10.5281/zenodo.15471862.

Full text
Abstract:
With the advent of distributed computing, maintaining data consistency and integrity between geographically remote and logically divided systems has become one of the most significant challenges for system designers and database architects. Distributed databases, though they offer higher availability, scalability, and local autonomy, create problems in maintaining synchronized and consistent states of data. This work covers the Database Integrity (DDBI) project—a pioneering endeavor sponsored by Rome Laboratory and conducted at SRI International—where innovative methods such as rul
APA, Harvard, Vancouver, ISO, and other styles
5

Wu, Yingjun, Joy Arulraj, Jiexi Lin, Ran Xian, and Andrew Pavlo. "An empirical evaluation of in-memory multi-version concurrency control." Proceedings of the VLDB Endowment 10, no. 7 (2017): 781–92. http://dx.doi.org/10.14778/3067421.3067427.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Nguyen, Lam-Duy, Sang-Won Lee, and Beomseok Nam. "In-page shadowing and two-version timestamp ordering for mobile DBMSs." Proceedings of the VLDB Endowment 15, no. 11 (2022): 2402–14. http://dx.doi.org/10.14778/3551793.3551802.

Full text
Abstract:
Increasing the concurrency level in mobile database systems has not received much attention, mainly because the concurrency requirements of mobile workloads has been regarded to be low. Contrary to popular belief, mobile workloads require higher concurrency. In this work, we propose novel journaling and concurrency mechanisms for mobile DBMSs, both of which build upon one common concept - In-Page Shadowing (IPS). We design and implement a novel In-Page Shadowing recovery method for SQLite to resolve the journaling of journal anomaly, which is known to quadruple the I/O traffic in mobile device
APA, Harvard, Vancouver, ISO, and other styles
7

Freitag, Michael, Alfons Kemper, and Thomas Neumann. "Memory-optimized multi-version concurrency control for disk-based database systems." Proceedings of the VLDB Endowment 15, no. 11 (2022): 2797–810. http://dx.doi.org/10.14778/3551793.3551832.

Full text
Abstract:
Pure in-memory database systems offer outstanding performance but degrade heavily if the working set does not fit into DRAM, which is problematic in view of declining main memory growth rates. In contrast, recently proposed memory-optimized disk-based systems such as Umbra leverage large in-memory buffers for query processing but rely on fast solid-state disks for persistent storage. They offer near in-memory performance while the working set is cached, and scale gracefully to arbitrarily large data sets far beyond main memory capacity. Past research has shown that this architecture is indeed
APA, Harvard, Vancouver, ISO, and other styles
8

Leis, Viktor. "LeanStore: A High-Performance Storage Engine for NVMe SSDs." Proceedings of the VLDB Endowment 17, no. 12 (2024): 4536–45. http://dx.doi.org/10.14778/3685800.3685915.

Full text
Abstract:
Neither traditional disk-based database systems nor modern inmemory database systems are capable of fully exploiting modern servers with multiple NVMe SSDs. LeanStore is a high-performance OLTP storage engine specifically optimized for NVMe SSDs and multi-core CPUs. The paper gives an overview of the architecture of LeanStore and describes all major components, covering caching, page replacement, I/O management, indexing, data structure synchronization, multi-version concurrency control, logging, checkpoints, and recovery. We also discuss some of the low-level implementation techniques necessa
APA, Harvard, Vancouver, ISO, and other styles
9

Vipul, Kumar Bondugula. "MANAGING CONFLICT RATE REDUCTION IN SCALABLE DISTRIBUTED DATABASE SYSTEMS." INTERNATIONAL JOURNAL OF INNOVATIVE RESEARCH AND CREATIVE TECHNOLOGY 9, no. 1 (2023): 1–23. https://doi.org/10.5281/zenodo.15356925.

Full text
Abstract:
Databases are foundational components in modern computing systems, used to store, manage, and retrieve structured data efficiently. As data volumes and access requirements grow, traditional centralized databases often struggle to meet performance, availability, and fault tolerance demands. To address these limitations, distributed databases have emerged as a scalable solution, spreading data across multiple nodes or geographic locations. This architecture improves system resilience and enables faster access to data by colocating it closer to users. However, distributed databases also introduce
APA, Harvard, Vancouver, ISO, and other styles
10

Chen, Hongzhi, Changji Li, Chenguang Zheng, et al. "G-tran." Proceedings of the VLDB Endowment 15, no. 11 (2022): 2545–58. http://dx.doi.org/10.14778/3551793.3551813.

Full text
Abstract:
Graph transaction processing poses unique challenges such as random data access due to the irregularity of graph structures, low throughput and high abort rate due to the relatively large read/write sets in graph transactions. To address these challenges, we present G-Tran, a remote direct memory access (RDMA)-enabled distributed in-memory graph database with serializable and snapshot isolation support. First, we propose a graph-native data store to achieve good data locality and fast data access for transactional updates and queries. Second, G-Tran adopts a fully decentralized architecture th
APA, Harvard, Vancouver, ISO, and other styles
More sources

Book chapters on the topic "Multi-Version Concurrency Control (MVCC)"

1

Cellary, Wojciech. "Multi-version Serializability and Concurrency Control." In Encyclopedia of Database Systems. Springer US, 2009. http://dx.doi.org/10.1007/978-0-387-39940-9_228.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Enokido, Tomoya, Dilawaer Duolikun, and Makoto Takizawa. "Energy-Efficient Multi-Version Concurrency Control (EEMVCC) for Object-Based Systems." In Lecture Notes in Networks and Systems. Springer International Publishing, 2022. http://dx.doi.org/10.1007/978-3-031-14314-4_2.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Enokido, Tomoya, Dilawaer Duolikun, and Makoto Takizawa. "Improved Subject and Purpose-Oriented Serializability with Multi-Version Concurrency Control." In Lecture Notes on Data Engineering and Communications Technologies. Springer Nature Switzerland, 2025. https://doi.org/10.1007/978-3-031-87766-7_10.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Enokido, Tomoya, Dilawaer Duolikun, and Makoto Takizawa. "Multi-Version Concurrency Control to Reduce the Electric Energy Consumption of Servers." In Lecture Notes in Networks and Systems. Springer International Publishing, 2022. http://dx.doi.org/10.1007/978-3-031-20029-8_18.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

"Multi-Version Concurrency Control." In Encyclopedia of Database Systems. Springer US, 2009. http://dx.doi.org/10.1007/978-0-387-39940-9_3128.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

"Multi-Version Concurrency Control Algorithms." In Encyclopedia of Database Systems. Springer US, 2009. http://dx.doi.org/10.1007/978-0-387-39940-9_3129.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Conference papers on the topic "Multi-Version Concurrency Control (MVCC)"

1

Li, Haowen, Rina Onishi, and Hideyuki Kawashima. "Serval: A Wait-free Multi-version Deterministic Concurrency Control Scheme." In 2024 Twelfth International Symposium on Computing and Networking (CANDAR). IEEE, 2024. https://doi.org/10.1109/candar64496.2024.00028.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Dashti, Mohammad, Sachin Basil John, Amir Shaikhha, and Christoph Koch. "Transaction Repair for Multi-Version Concurrency Control." In SIGMOD/PODS'17: International Conference on Management of Data. ACM, 2017. http://dx.doi.org/10.1145/3035918.3035919.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

di Sanzo, Pierangelo, Bruno Ciciani, Francesco Quaglia, and Paolo Romano. "A Performance Model of Multi-Version Concurrency Control." In Telecommunication Systems (MASCOTS). IEEE, 2008. http://dx.doi.org/10.1109/mascot.2008.4770559.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Ghosh, Ammlan, Rituparna Chaki, and Nabendu Chaki. "Checkpoint based multi-version concurrency control mechanism for remote healthcare system." In 2016 International Conference on Advances in Computing, Communications and Informatics (ICACCI). IEEE, 2016. http://dx.doi.org/10.1109/icacci.2016.7732076.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Lee, Juchang, Hyungyu Shin, Chang Gyoo Park, et al. "Hybrid Garbage Collection for Multi-Version Concurrency Control in SAP HANA." In SIGMOD/PODS'16: International Conference on Management of Data. ACM, 2016. http://dx.doi.org/10.1145/2882903.2903734.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Neumann, Thomas, Tobias Mühlbauer, and Alfons Kemper. "Fast Serializable Multi-Version Concurrency Control for Main-Memory Database Systems." In SIGMOD/PODS'15: International Conference on Management of Data. ACM, 2015. http://dx.doi.org/10.1145/2723372.2749436.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Li, Junke, Yujun Wang, and Ting Wan. "The solution to the roll back problem in Multi - version concurrency control Timestamp protocol." In 2011 International Conference on Computer Science and Network Technology (ICCSNT). IEEE, 2011. http://dx.doi.org/10.1109/iccsnt.2011.6182546.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Petty, Emily, Nathan Edmonds, Gregory Mocko, and Eric Patterson. "Collaborative CAD in Support of Engineering Design Reviews." In ASME 2024 International Design Engineering Technical Conferences and Computers and Information in Engineering Conference. American Society of Mechanical Engineers, 2024. http://dx.doi.org/10.1115/detc2024-142597.

Full text
Abstract:
Abstract The focus of this paper is on evaluating the needs of distributed design reviews and establishing requirements on tools to support designer reviews. Specifically, this research explores the US Department of Defense acquisition process. This literature review and requirement generation explores the impact of Multi-User CAD (MUCAD) systems on collaborative design reviews and how quasi-asynchronous design reviews using MUCAD systems can enhance the understanding of product design. This paper describes synchronous and asynchronous design reviews to make a case for a combined approach that
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!