Roman Gershman

Results 808 comments of Roman Gershman

But with option (1) you have only 2 keys, right? i..e `SET` with 300M items and `ALL_RESULTS`

You can avoid predeclaring keys if you put ``` --!df flags=allow-undeclared-keys,disable-atomicity ``` at the beginning of the script: https://www.dragonflydb.io/docs/managing-dragonfly/scripting#script-flags

probably not fast for search. 300M is 300M. did you quantise vectors on your side? so instead of say, 768 bytes you have bunch of already quantised 64 bit vectors?

what is the related issue for this PR?

So probably worth updating both the commit and PR description.

@dranikpg can you please take a look? Is it possible to inject our own implementation of `math.randomseed` ?

Does dragonfly proceed if it does not succeed to load the snapshot at the start?

Helm charts were added by the community and are being improved by the community as well. If you want to try cluster mode on k8s, feel free to add the...

It is fine to assume that no blocking commands are executed via the admin port, imho. @adiholden ?

For the protocol, it has been implemented in Dragonfly: https://github.com/dragonflydb/dragonfly/pull/817