Sergey Odintsov

Results 38 comments of Sergey Odintsov

Not working methods `maxMerge`, `minMerge` and etc. for MaterializedView table with engine AggregatingMergeTree. See documentations https://clickhouse.tech/docs/en/operations/table_engines/aggregatingmergetree/#example-of-an-aggregated-materialized-view We need to work: `Event.maximum(:created_at)` for view and similar request for table `Action.maximum(:created_at)`

Will this fix work with versions 5 and 6?

Please, write an example that leads to the given error.

You can use `pg_cancel_query`. This is necessary, for example, when an HTTP request arrived and it was closed due to a timeout. In this case, the backend does not need...

the same thing is repeated on 5.0.0 beta-17. Error: ``` Amp\Future\UnhandledFutureError Unhandled future: Amp\Http\Client\HttpException: "Failed to write request (stream 87) to socket: Call to a member function getFuture() on null";...

I started getting this error when the server ran out of RAM. Even when the memory was freed, the error continued to appear when using a worker pool. Only restarting...

Fixed in [v0.5.14](https://github.com/PNixx/clickhouse-activerecord/releases/tag/v0.5.14)