Viktor Debulat

Results 3 issues of Viktor Debulat

**Describe the bug** We are encountering an issue with [pipeline in QueryCache.ts](https://github.com/cube-js/cube/blob/master/packages/cubejs-query-orchestrator/src/orchestrator/QueryCache.ts#L501) when processing lambda rollup pre-aggregations for ClickHouse. Specifically, the error occurs during the streaming of data from `tableData.rowStream`...

If the source (rowStream) emits an error or closes before all data is read, pipeline will reject. This manually consumes the async iterator from the stream, catching errors at each...

pr:community

**Problem** We're using self-hosted cubestore 1 router + 1 worker for preaggregations in production mode. There is also Cubejs API and refresh worker. Space on router is growing due to...

question