Eugene Lazin

Results 103 comments of Eugene Lazin

This is easy to do then. There is an 'apply' query field (not documented yet). It can be used to transform the output series. The query will look like this:...

You have only four volumes. When you writing new data and the database if full Akumuli overwrites the oldest volume. Basically, it overwrites volumes in round robin manner. In your...

Could you please provide the query that caused this error?

Sorry, I was on a vacation. Will look into that soon.

Could you please provide more information. I want to reproduce this error. Should I just replay the data you provided?

Hi, It's not supposed to work that way. There is a limit on string length in the protocol which is 1KB. Your string is a bit longer than that. I'll...

Hello, Only x86 is supported at the moment. If you want to port it to ARM you should provide the implementation for crc32c checksum. Another thing to check is __attribute__((packed))...

ARM64 is supported now

@vielmetti not yet. It's being tested only on ARM 64 now since I have access only to the machine provided by the Scaleway (which I believe is based on Cavium...

Hi, The query is not valid JSON because commas after '}' are missing. Also, it's hard to say do you really need to use 'group-by' without knowing your schema. The...