Skip to content

Internship project - learned index with support for concurrent writes

Notifications You must be signed in to change notification settings

gkosm314/RadixSplinePlus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RadixSplinePlus

Description

This project is an attempt to extend RadixSpline, a read-only learned index, so that it also supports concurrent writes. Writes are temporarily stored in a buffer that gets periodically merged with the learned index.

Credits

The RadixSpline paper can be found here

The original RadixSpline code can be found here.

For the buffer, we modified the code from the XIndex paper. The Xindex paper can be found here.

The code for the Xindex can be found here.

About

Internship project - learned index with support for concurrent writes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages