Вісники та науково-технічні збірники, журнали

Permanent URI for this communityhttps://ena.lpnu.ua/handle/ntb/12

Browse

Search Results

Now showing 1 - 1 of 1
  • Thumbnail Image
    Item
    Cloud Key-Value Storage
    (Видавництво Львівської політехніки, 2023-02-28) Pykulytsky, Oleh; Havano, Bohdan; Lviv Polytechnic National University
    The paper represents all the stages of designing, architecting, and developing cloud-based key-value storage. This work aims to bring new approaches to distributed data systems. The authors focus on the security and productivity of the project as well as security and maintainability. The authors have studied the use of hash tables in a multithreaded environment. Architectural approaches and tools have been described. The general structure of the keyvalue storage server has been presented. The server algorithm has been presented. Our research delves into the intricate nuances of utilizing hash tables in a multithreaded environment, shedding light on the intricacies and challenges of managing concurrent access to keyvalue data structures. The authors have explored the tradeoffs between lock-free designs and traditional locking approaches.