Skip to content

thomasglas/SDCs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Self-Organizing Data Containers (SDCs)

What is this project?

This project is a C++ implementation of an SDC prototype, as described in MIT's paper "Self-Organizing Data Containers". For more details, see "Self-Organizing Data Containers.pdf" containing slides of the final presentation of the project.

How does it work?

SDCs use metadata of a workload (various queries) to automatically create an optimized storage layout for the given workload, with the idea that future workloads will be similar. SDCs are self-learned and require no input from users, while potentially providing significant query performance improvements. The main index structure used in this prototype are Qd-trees.

Releases

No releases published

Packages

No packages published

Languages