-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Mikel-Bracamonte edited this page Jul 17, 2025
·
21 revisions
This is the official Wiki for the DBMSKuna project, developed for the course CS2702 - Databases II at UTEC.
DBMSKuna is a modular database system focused on efficient file-based indexing and query processing over structured data.
In this first stage, the system supports traditional indexing techniques and spatial too.
Later stages will extend the engine to support multimodal data textual, and embedded vector information.
In this project, we explore how to efficiently organize and index large volumes of data using techniques like AVL-Tree, ISAM, Extendible Hashing Tree, B+ Tree, and R-Tree, and we integrate them into a mini SQL backend and API system using Python.