wanqinfeng

Results 4 issues of wanqinfeng

**Problem** For the REST API, Cube.js can obtain and report request-related information through initApp. Is there a similar method for the SQL API? How can one retrieve request information related...

question
api:sql

**Question** Excuse me, I'd like to ask a question. Currently, I've observed that if the SQL query statement has a very long WHERE condition, the execution time is very long....

question
api:sql

**Problem** For the SQL API, if the defined metric is 'sum', such as: Is there a way to support the query "select max(number)"? **Related Cube.js schema** ```javascript number: { sql:...

question
api:sql

As the number of model files under the schema increases, the compilation time significantly increases, leading to a long response time for the first request after each model file compilation....

question