4

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

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Joe
  • 11,983
  • 31
  • 109
  • 183

1 Answers1

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
  • 1
    For 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