release 0.0.3\nfull_sorting_merge for dw.fact_stock_minute
All checks were successful
MJN/finance-dbt/pipeline/head This commit looks good
All checks were successful
MJN/finance-dbt/pipeline/head This commit looks good
This commit is contained in:
parent
cead646bd4
commit
7fcbfe07f4
@ -5,7 +5,11 @@
|
|||||||
order_by='ts_code, time_id',
|
order_by='ts_code, time_id',
|
||||||
unique_key=['ts_code', 'time_id'],
|
unique_key=['ts_code', 'time_id'],
|
||||||
partition_by=['cast(floor(time_id / 1000000) As Int32)'],
|
partition_by=['cast(floor(time_id / 1000000) As Int32)'],
|
||||||
query_settings={"join_algorithm": "'partial_merge'"}
|
query_settings={
|
||||||
|
"join_algorithm": "'full_sorting_merge'",
|
||||||
|
"max_rows_in_set_to_optimize_join": "0",
|
||||||
|
"max_bytes_before_external_sort": "'1000M'"
|
||||||
|
}
|
||||||
)
|
)
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user