Looking for comparison with Apache Ignite - does Hazelcast have SQL support?
Asked
Active
Viewed 404 times
1 Answers
8
No Hazelcast does not have full SQL support. Hazelcast offers a Predicate API which can also be written in the form of the Where-Clause in a SQL-alike style, however it does not provide the full SQL standard.

noctarius
- 5,979
- 19
- 20
-
1For more info see here: http://docs.hazelcast.org/docs/3.8.6/manual/html-single/index.html#querying-with-sql – tom.bujok Oct 06 '17 at 21:42