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?
该参数maxPartitionNumPerQuery即指定查询可以涉及的最大分区数。它旨在防止用户意外提交大型查询。此参数的默认值为 65536。请在 cluster.cfg 中配置新值
maxPartitionNumPerQuery