0
点赞
收藏
分享

微信扫一扫

voltdb join 报错


报错信息
Unexpected Ad Hoc Planning Error: java.lang.RuntimeException: Error compiling query: org.voltdb.planner.PlanningErrorException: Join of multiple partitioned tables has insufficient join criteria.

解决办法
​​​https://docs.voltdb.com/UsingVoltDB/sqlref_select.php​​​
里有
You can only join two or more partitioned tables if those tables are partitioned on the same value and joined on equality of the partitioning column. Joining two partitioned tables on non-partitioned columns or on a range of values is not supported. However, there are no limitations on joining to replicated tables.


举报

相关推荐

0 条评论