Does Hazelcast support SQL queries such as Apache Ignite?

Looking for a comparison with Apache Ignite - does Hazelcast have SQL support?

+4
source share
1 answer

No Hazelcast has full SQL support. Hazelcast offers the Predicate API, which can also be written in a SQL-like style Where-Clause, but it does not provide the full SQL standard.

+8
source

Source: https://habr.com/ru/post/1687046/


All Articles