ikv-store icon indicating copy to clipboard operation
ikv-store copied to clipboard

High-performance key-value store for ML inference. 100x faster than Redis.

Results 6 ikv-store issues
Sort by recently updated
recently updated
newest added

2024-04-12 22:59:58 UTC ERROR rdkafka::client librdkafka: Global error: PartitionEOF (Broker: No more messages): Fetch from broker 2 reached end of partition at offset 1476 (HighwaterMark 1476)

help wanted
good first issue

Hi! I collect materials about applying Profile-Guided Optimization (PGO) to different applications in different software domains - all my results are available at https://github.com/zamazan4ik/awesome-pgo . According to my tests, PGO...

https://github.com/brianfrankcooper/YCSB/wiki/Adding-a-Database YCSB is a widely used standard benchmarking tool. I see a RocksDB binding for it, we should be able to test IKV with it (and compare with client-server style...

enhancement
help wanted

Ikv go client only supports single get in IKVReader - ie a user can fetch one field from one document. We should add the following batch/multi versions for each field...

help wanted
good first issue

Go client only supports reading/writing string and bytes fields. https://docs.inlined.io/data-modeling#fields We should add support for numeric types (both in writer and reader clients) https://github.com/inlinedio/ikv-store/blob/master/ikv-go-client/client.go#L10

help wanted
good first issue

Compaction needs to be done to implement "hard" deletes (ex. trimming of memory mapped files) during IKV index builds

enhancement