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
1k stars
25 watching
58 forks
Language: Go
last commit: 10 months ago
Linked from 2 awesome lists
bitmapcolumnar-storagedata-orienteddbindexingsoa
Related projects:
Repository | Description | Stars |
---|---|---|
kelindar/bitmap | A lightweight, SIMD-vectorized bitmap implementation in Go for efficient boolean operations and indexing. | 311 |
polarsignals/frostdb | A Go-based embeddable columnar database optimized for write-heavy workloads and analytical queries. | 1,328 |
kelindar/tile | A high-performance 2D grid engine with features like pathfinding and observers. | 159 |
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 | 956 |
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,080 |
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 746 |
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. | 169 |
yahoo/halodb | A high-performance key-value store designed for IO-bound workloads with low latency and high throughput. | 507 |
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 | 139 |
google/leveldb | A fast key-value storage library written at Google providing an ordered mapping from string keys to string values | 36,564 |
simerplaha/swaydb | A high-performance key-value storage engine designed for the JVM, supporting various use cases and configurations. | 293 |