lealone / Lealone

比 MySQL 和 MongoDB 快10倍的 OLTP 关系数据库和文档数据库
Other
2.45k stars 516 forks source link

H2目前暂不支持的hash join,Lealone是否提供了支持? #88

Closed kernelforce closed 5 years ago

kernelforce commented 5 years ago

目前H2对于表/视图的关联方式仅提供了Index Nested Loop Join的方式,对于大数据集合下的hash join暂时还不支持,想问下Lealone是否提供了支持?

codefollower commented 5 years ago

lealone老的sql引擎不支持,但是新的bats引擎支持。