Maks Materkov
Results
2
issues of
Maks Materkov
Hi, @wandenberg It looks like that push stream module statistics can display wrong values for "stored_messages". For example, it now looks like this: ``` {"hostname": "my-hostname", "time": "2017-11-24T09:00:25", "channels": 2977,...
Hi everyone, Is it possible to add multiple values to HLL at once? Here is example from README for on element: ``` UPDATE helloworld SET set = hll_add(set, hll_hash_integer(12345)) WHERE...