This repo contains a Machine-Learning enhanced B+ Tree index. You can call it learned B+ Tree or Model-based B+ Tree. It replaces the data format of internal nodes with a linear regression model and a ...
Abstract: Steady deployment of byte addressable non-volatile memories (NVMs) as main memory in server class computers yields challenges on software. In order to overcome shortcomings, as for instance ...
Abstract: Griffin is a hybrid transactional index structure that combines a hash table and B+-tree. The key benefit of Griffin is that it processes single-key operations fast using the hash table. For ...