Skip to content

Commit c111015

Browse files
KSDaemonovr
authored andcommitted
chore(schema-compiler)!: Remove old blocking model compilation and make TRANSPILATION_WORKER_THREADS new default
1 parent cbf2a79 commit c111015

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

.github/workflows/drivers-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,6 @@ jobs:
369369
(contains(env.CLOUD_DATABASES, matrix.database) && env.DRIVERS_TESTS_ATHENA_CUBEJS_AWS_KEY != '') ||
370370
(!contains(env.CLOUD_DATABASES, matrix.database))
371371
env:
372-
DRIVERS_TESTS_CUBEJS_TRANSPILATION_WORKER_THREADS: true
373372
DRIVERS_TESTS_CUBEJS_TRANSPILATION_NATIVE: false
374373
DRIVERS_TESTS_CUBEJS_TESSERACT_SQL_PLANNER: ${{ (github.event_name == 'workflow_dispatch' && github.event.inputs.use_tesseract_sql_planner) || matrix.use_tesseract_sql_planner }}
375374

docs/pages/product/configuration/reference/environment-variables.mdx

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1467,21 +1467,6 @@ learn more.
14671467
| --------------- | ---------------------- | --------------------- |
14681468
| A valid number | 86400 | 86400 |
14691469

1470-
## `CUBEJS_TRANSPILATION_WORKER_THREADS`
1471-
1472-
If `true`, optimizes data model compilation by running critical parts of the
1473-
code in worker threads.
1474-
1475-
| Possible Values | Default in Development | Default in Production |
1476-
| --------------- | ---------------------- | --------------------- |
1477-
| `true`, `false` | `true` | `true` |
1478-
1479-
<ReferenceBox>
1480-
1481-
See [this issue](https://github.com/cube-js/cube/issues/9285) for details.
1482-
1483-
</ReferenceBox>
1484-
14851470
## `CUBEJS_WEB_SOCKETS`
14861471

14871472
If `true`, then use WebSocket for data fetching.
@@ -1911,4 +1896,4 @@ The port for a Cube deployment to listen to API connections on.
19111896
[ref-mdx-api-locale]: /product/apis-integrations/mdx-api#measure-format
19121897
[ref-time-dimensions]: /product/data-modeling/reference/dimensions#time
19131898
[ref-time-zone]: /product/apis-integrations/queries#time-zone
1914-
[link-tzdb]: https://en.wikipedia.org/wiki/Tz_database
1899+
[link-tzdb]: https://en.wikipedia.org/wiki/Tz_database

0 commit comments

Comments
 (0)