Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Hazelcast supports SQL queries like Apache Ignite?

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

like image 640
Joe Avatar asked Jan 30 '23 10:01

Joe


1 Answers

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.

like image 180
noctarius Avatar answered Feb 02 '23 16:02

noctarius