Skip to content

Commit 6b19288

Browse files
committed
ADding to table
1 parent 77a543e commit 6b19288

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
| Adapter | Behavior |
22
|---------|----------|
3-
| **Snowflake** | Fusion ignores user-set threads and automatically optimizes parallelism for maximum performance. |
4-
| **Databricks** | Fusion ignores user-set threads and automatically optimizes parallelism for maximum performance. |
5-
| **BigQuery** | Fusion respects user-set threads to manage API rate limits. |
6-
| **Redshift** | Fusion respects user-set threads to manage concurrency limits. |
7-
8-
- For Snowflake and Databricks, <Constant name="fusion"/> manages parallelism automatically and ignores user-set thread values. The only supported override is `threads: 1`, which can also help resolve timeout issues if set.
9-
10-
- For BigQuery and Redshift, <Constant name="fusion"/> respects user-set thread values to accommodate warehouse-specific limits. Setting `--threads 0` (or omitting the setting) allows <Constant name="fusion"/> to dynamically optimize parallelism.
3+
| **Snowflake** | Fusion ignores user-set threads and automatically optimizes parallelism for maximum performance. <br></br> The only supported override is `threads: 1`, which can also help resolve timeout issues if set.
4+
| **Databricks** | Fusion ignores user-set threads and automatically optimizes parallelism for maximum performance. <br></br> The only supported override is `threads: 1`, which can also help resolve timeout issues if set. |
5+
| **BigQuery** | Fusion respects user-set threads to manage API rate limits. <br></br> Setting `--threads 0` (or omitting the setting) allows <Constant name="fusion"/> to dynamically optimize parallelism. |
6+
| **Redshift** | Fusion respects user-set threads to manage concurrency limits.<br></br> Setting `--threads 0` (or omitting the setting) allows <Constant name="fusion"/> to dynamically optimize parallelism. |

0 commit comments

Comments
 (0)