Compare commits
2 Commits
0ffaacc353
...
7fcbfe07f4
Author | SHA1 | Date | |
---|---|---|---|
7fcbfe07f4 | |||
cead646bd4 |
@ -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'"
|
||||||
|
}
|
||||||
)
|
)
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
@ -284,8 +284,6 @@ models:
|
|||||||
- name: adj_factor
|
- name: adj_factor
|
||||||
description: "复权因子"
|
description: "复权因子"
|
||||||
data_type: "Decimal(16,6)"
|
data_type: "Decimal(16,6)"
|
||||||
tests:
|
|
||||||
- not_null
|
|
||||||
- name: dt
|
- name: dt
|
||||||
description: "时间"
|
description: "时间"
|
||||||
data_type: "DateTime"
|
data_type: "DateTime"
|
||||||
|
Loading…
Reference in New Issue
Block a user