Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
dolphindb で次のスクリプトを実行します。
select count(*) from pt
例外をスローします。クエリに関連するパーティションの数 [100000] が多すぎます。WHERE 句のパーティション列にさらに具体的なフィルター条件を追加するか、構成パラメーター maxPartitionNumPerQuery の値を変更することを検討してください。
構成パラメータ maxPartitionNumPerQuery を変更するには?