Pushkar Gupta
Pushkar Gupta
# Description This PR adds https://github.com/inlinedio/ikv-store as a new online store for feature form. IKV client library: go get github.com/inlinedio/ikv-store@latest OnlineStore and OnlineStoreTable interfaces have been implemented ie. Create/Get/DeleteTable and...
# Description **Please include a summary of the changes and the related issue.** Set CGO_ENABLED = 1 for go builds in docker files. **Why is this change required? What problem...
Hi im planning to add bindings for https://github.com/inlinedio/ikv-store (a new kv store). Is this project active?
Read the FAQ first: https://github.com/confluentinc/librdkafka/wiki/FAQ Do NOT create issues for questions, use the discussion forum: https://github.com/confluentinc/librdkafka/discussions Description =========== I'd like to treat EOF as an error (i.e. set `enable.partition.eof` to...
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)
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...
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...
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
Compaction needs to be done to implement "hard" deletes (ex. trimming of memory mapped files) during IKV index builds
Have some questions related to usage - 1. Is there a way to "warmup" the target (redis/memcached) and then conduct the actual benchmark? 2. I tried this tool, and the...