Roy Jacobson

Results 48 comments of Roy Jacobson

> @royjacobson Displayed on this webpage, it is very perfect and consistent with my understanding. > > Is this expected to be launched in the next version? The screenshot is...

I think it would be very neat to export the command duration/latency as a prometheus histrogram as well.

> It's not a trivial task to gather histograms efficiently. Basically you need a high-resolution histogram per each command for each thread. It's `200 x 100 x |threads| ` space...

Let's better define what we mean by protect: Should the following admin connection info be hidden? - Their existence (and number) - Their network information - The commands they execute...

In any case, I think that a better security architecture would be to assign privileges to specific connections, and not to the interface. They should be inherited from the interface,...

Redis has `CLIENT PAUSE [WRITE]` with established semantics. Do you think they're good enough or do we have a separate use case?

> Lets make it `--replicaof=foo:port` Just have to make sure we parse IPv6 addresses correctly (see https://softwareengineering.stackexchange.com/questions/311413/how-should-we-represent-an-ipv6-address-with-port-number-in-text)

Could you kindly add the way you use to measure the 200MB-250MB of memory usage and the output of the `INFO` command on you instance?

`used_memory` is (should be?) the memory used for the data in the database, but dragonfly itself has additional constant overhead and per-thread overhead which probably explains the difference here.

Thanks! I'm closing this issue, please comment if you have further questions.