Black-box cost model for RocksDB

This project aims to understand the performance characteristics of RocksDB, a high-performance embedded database, by analyzing the latency of its core operations (Put, Get, and Seek) under various configurations. The primary objective of this project is to explore and evaluate developing a cost mode...

وصف كامل

محفوظ في:
التفاصيل البيبلوغرافية
المؤلف الرئيسي: Lim, Wesley Cher Fong
مؤلفون آخرون: Luo Siqiang
التنسيق: Final Year Project
اللغة:English
منشور في: Nanyang Technological University 2025
الموضوعات:
الوصول للمادة أونلاين:https://hdl.handle.net/10356/184155
الوسوم: إضافة وسم
لا توجد وسوم, كن أول من يضع وسما على هذه التسجيلة!
المؤسسة: Nanyang Technological University
اللغة: English
الوصف
الملخص:This project aims to understand the performance characteristics of RocksDB, a high-performance embedded database, by analyzing the latency of its core operations (Put, Get, and Seek) under various configurations. The primary objective of this project is to explore and evaluate developing a cost model while treating RocksDB as a blackbox. That is, the model should predict the latency of RocksDB operations based on external factors like workload characteristics.