vix.ing · top · new · best · stats · spec

Modular Fault-Tolerant DBMS

2025/05/21 by Nikolay Fot, Fot, Nikolay, Alexander Vinarsky +1
Computer Science · #68P15 #Cloud Computing and Resource Management #Cloud Data Security Solutions #Databases (cs.DB) #Distributed systems and fault tolerance #FOS: Computer and information sciences #H.2.4

paper · pdf · doi:10.48550/arxiv.2505.15953

openalex publication_date 2025/05/21 · openalex created_date 2025/10/19 · openalex updated_date 2026/07/28

Abstract

The article addresses the problem of storing data in extreme environmental conditions with limited computing resources and memory. There is a requirement to create portable, fault-tolerant, modular database management systems (DBMS) that are optimized for use in embedded systems. Existing databases, such as LittleDB, LMDB, and Berkeley DB, are reviewed, and their limitations are identified. A variant of a portable DBMS is introduced to efficiently manage data in environments where computational resource usage must be minimized, while meeting specific requirements for fault tolerance and noise immunity. Common solutions for optimizing of insertion, storage and management of data are reviewed. Algorithms for fault-tolerant data encoding in RAM are implemented. An architectural solution to data storage and minimizing the impact of bit errors is proposed. Software that manages relational data in extreme conditions is developed, that allows testing and comparing results with existing solutions.

Related