Git Product home page Git Product logo

alex-go's Introduction

ALEX: An Updatable Adaptive Learned Index (Go implementation)

An unofficial Go implmentation of the "ALEX: An Updatable Adaptive Learned Index" paper (https://arxiv.org/abs/1905.08898). This implementation should not yet be considered production ready, it has been simplified to make it easier to understand the core concepts of the paper. It is based on the C++ implementation by the authors of the paper (https://github.com/microsoft/ALEX).

Features supported

  • Insertion
  • Lookup
  • Duplicates
  • Deletion
  • Bulk loading

Be careful with large keys

The model are built using a linear regression model, keys will be potentially squared. Which can overflow the float64 type in Go and break the model.

Credits

@inproceedings{Ding_2020, series={SIGMOD/PODS ’20},
   title={ALEX: An Updatable Adaptive Learned Index},
   url={http://dx.doi.org/10.1145/3318464.3389711},
   DOI={10.1145/3318464.3389711},
   booktitle={Proceedings of the 2020 ACM SIGMOD International Conference on Management of Data},
   publisher={ACM},
   author={Ding, Jialin and Minhas, Umar Farooq and Yu, Jia and Wang, Chi and Do, Jaeyoung and Li, Yinan and Zhang, Hantian and Chandramouli, Badrish and Gehrke, Johannes and Kossmann, Donald and Lomet, David and Kraska, Tim},
   year={2020},
   month=may, collection={SIGMOD/PODS ’20}
}

alex-go's People

Contributors

owengombas avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.