Dynamická vyrovnávací paměť persistentních datových struktur
Loading...
Downloads
3
Date issued
Authors
Holek, Radim
Journal Title
Journal ISSN
Volume Title
Publisher
Vysoká škola báňská - Technická univerzita Ostrava
Location
Signature
Abstract
The goal of this thesis is to design and implement dynamic cache memory for a persistent data structures. Cache is an important part of every database system. It allows database system to access data in database, which are stored on disk, much quicker than without cache. There is also brief description of components of database systems. Thesis also contains comparison of implemented cache memory with an existing one. Implemented cache memory will serve as replacement of current cache memory in database system RadegastDB.
Description
Import 22/07/2015
Subject(s)
cache memory, database system, LRU-K,Least recently used, page replacement algorithms, RadegastDB