Ash Vardanian

Results 115 issues of Ash Vardanian

When an empty write request is received, we just return success without checking if a flush was requested. That must change in all the engines.

bug
invalid

### Describe what you are looking for To increase usability, we need to log JSON files with regular statistics for Prometheus. ### Can you contribute to the implementation? - [...

enhancement

Rust may become one of the core officially maintained interfaces, but we still need an implementation proposal. A potential candidate for this job can find guidelines and recommendations for [new...

good first issue

JavaScript bindings will be one of the officially supported languages to query UKV. We don't have an implementation yet, we are inviting C++ and JS enthusiasts to contribute.

good first issue

At the time of writing, 4 engines are officially supported: LevelDB, RocksDB, UDisk, and UMem. Only the latter is in-memory, but it is constrained to the local memory available on...

good first issue

In unit.cpp we must create a child process, read into shared memory and check that the supplied pointed is available from a child process. The normal read must fail in...

good first issue

Currently `ukv_scan` is only working for fully consistent sorted exported of keys from collections. With the `bulk` flag we allow prioritizing throughput over consistency, but a point can be made,...

## Benefits Java, GoLang and many other bindings will receive "upsert" functionality with just a single `char const *` argument. Similarly, streaming exports can emplace ID into the packed document,...

good first issue