cube icon indicating copy to clipboard operation
cube copied to clipboard

📊 Cube — The Semantic Layer for Building Data Applications

Results 470 cube issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** redisPool use `node-pool` npm package. default `numTestsPerEvictionRun=3` maybe too small if we have many requests with numTestsPerEvictionRun option we can...

enhancement
backend:server

**Describe the bug** The 'set' method of RedisCacheDriver saves a wrong date value if a date value doesn't use an utc timezone. **To Reproduce** The example value: new Date('Fri Jan...

bug
backend:server

**Describe the bug** When `CUBEJS_PRE_AGGREGATIONS_SCHEMA` was introduced the default value of `stb_pre_aggregations` was no longer used anywhere. When I booted up my environment (not realizing that this had been changed),...

bug
Roadmap: 2021 Q1
backend:server

**Describe the bug** I just had an unhandled exception which brought the whole server down. The error originates in the query-orchestrator and seems to have something to do with Redis....

bug
help wanted
backend:server

Don't know why, but I'm catching `redis` crashes using `cubejs`, and this exception crashing the app: https://github.com/cube-js/cube.js/blob/ff20167c83531be1830fdc4b40e5e676cd6791bd/packages/cubejs-query-orchestrator/orchestrator/RedisPool.js#L12 So the idea here to add some `error` events or somehow process the...

bug
help wanted
backend:server

Configured prefix for cube store is currently used in the middle of redis keys generated by cube store eg.: SQL_PRE_AGGREGATIONS<prefix>... This is polluting our redis namespace when we are using...

enhancement
help wanted

**Describe the bug** Cube.js with Redis IO library returns error during fail over. **To Reproduce** Steps to reproduce the behavior: - Deploy Redis as a stateful set using sentinel, see:...

bug
help wanted
community supported

**Describe the bug** If Cube.js is run in production mode and a Redis instance is not present, it silently crashes in any `/load` request (`/meta` and `/sql` requests work). **To...

bug
enhancement
help wanted
backend:server

**Is your feature request related to a problem? Please describe.** Currently only redis is supported as the cache server. Dynamodb is available at a much cheaper price than redis and...

enhancement
help wanted

**Describe the bug** Cubejs is not releasing the memory because of some internal cache mechanics. I tried local/redis queues and it's pretty the same. Redis is not releasing the memory...

backend:server