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.
我想尝试由 Apache Kylin 构建的 OLAP 多维数据集的 Jpa 实现。我可以为 Apache Kylin 使用任何休眠方言吗?
据我所知,麒麟没有休眠方言。Kylin 的 SQL 是 ANSI-SQL 的子集(仅查询)。大多数 Kylin 用户都在使用 Tableau、Superset 等工具,或者他们开发了自己的查询工具来将 SQL 发送到 Kylin。Hibernate在OLTP中被广泛使用,在OLAP中我没有看到很多案例。只是我的两分钱。