heapfile
There are 5 repositories under heapfile topic.
saby/SeaLant
Библиотека с инструментом для поиска утечек памяти в процессе выполнения тестов в Chrome или Node.js
Tsili123/FileSystem
Assignment for the course Implementation and Design of Databases
bhargavipatel259/Simple-DB-2
SimpleDB is multi-user transactional database server written in Java, which enables interaction with Java client programs via JDBC. A basic database management system written in Java A basic DBMS implemented in Java. This DBMS implementation consists of: * Classes which represents various fields, tuples, and tuple schemas; * Classes applying predicates and conditions to tuples; * Using One or more access method like heap files which, stores relations on disk and also provide a way to iterate through tuples for those relations; * Collection of varied operator classes like select, join, insert, delete, etc. which process tuples; * Buffer pool which helps in cacheing active tuples and pages in memory and handles concurrency control and transactions.
bhargavipatel259/Simple-DB-1
SimpleDB is multi-user transactional database server written in Java, which enables interaction with Java client programs via JDBC. A basic database management system written in Java A basic DBMS implemented in Java. This DBMS implementation consists of: * Classes which represents various fields, tuples, and tuple schemas; * Classes applying predicates and conditions to tuples; * Using One or more access method like heap files which, stores relations on disk and also provide a way to iterate through tuples for those relations; * Collection of varied operator classes like select, join, insert, delete, etc. which process tuples; * Buffer pool which helps in cacheing active tuples and pages in memory and handles concurrency control and transactions.