You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there!
Just wondering, if we have something like 20 data models and 100 tenants, should we be able to see a different at all in request delays?
Do you have insights on the performance difference in scenarios with "smaller" data models?
The smaller your data model is, the smaller the effect of this change is as well. Also, if your data model is compiled just once and not recompiled, then you'd to notice any difference at all.
The only case when the improvements should be evident is:
Recently, we've improved the data model compilation by moving critical parts of the code to worker threads.
It can be enabled by upgrading to v1.2.13+ and setting the
CUBEJS_TRANSPILATION_WORKER_THREADS
environment variable totrue
. See #9188 for details.If you encounter any issues or see any changes/improvements to your deployments, please report here.
The text was updated successfully, but these errors were encountered: