Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 504 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 504 Bytes

Databases 2 project that consists of implementing a bitmap index system on fact tables, written in Java.
The input files (given through args) include the fact and dimension tables structure and data, as well as which columns should be indexed. The example input files are given in the folder files.
Indexed and non-indexed search can be performed on one or more indexed columns, with AND/OR where clauses.
The full project requirements in Serbian are given in the file BP2_projekat_2324.pdf.