column

Column store engine

A high-performance in-memory storage engine with bitmap indexing for columnar data storage and querying.

High-performance, columnar, in-memory store with bitmap indexing in Go

GitHub

1k stars
25 watching
60 forks
Language: Go
last commit: about 1 year ago
Linked from 2 awesome lists

bitmapcolumnar-storagedata-orienteddbindexingsoa

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
kelindar/bitmap A lightweight, SIMD-vectorized bitmap implementation in Go for efficient boolean operations and indexing. 316
polarsignals/frostdb A Go-based embeddable columnar database optimized for write-heavy workloads and analytical queries. 1,351
kelindar/tile A high-performance 2D grid engine with features like pathfinding and observers. 166
bgokden/veri A distributed feature store designed to optimize machine learning tasks with scalable vector space search and querying capabilities. 55
couchbase/moss A fast and persistent key-value storage library written in Go 978
krestenkrab/hanoidb An Erlang-based indexed key/value storage engine with log-structured merge tree and efficient range queries 306
lotusdblabs/lotusdb An optimized key-value store that combines the benefits of LSM and B+ tree data structures for fast read/write performance. 2,094
philippgille/gokv Provides a unified interface to various key-value store and caching solutions for Go programming language 751
kbrw/gitex An Elixir implementation of the Git object storage model, focusing on protocol over Git and enabling reuse with other storage systems. 68
amit-davidson/libradb A simple key-value store implemented in Go for learning purposes and providing a basic database example. 171
yahoo/halodb A high-performance key-value store designed for IO-bound workloads with low latency and high throughput. 509
chainsafe/chaindb A high-performance key-value store implemented on top of BadgerDB 20
rocketlaunchr/remember-go A package to cache slow database queries using in-memory or Redis storage 140
google/leveldb A fast key-value storage library with ordered mapping from string keys to string values. 36,769
simerplaha/swaydb A high-performance key-value storage engine designed for the JVM, supporting various use cases and configurations. 293