File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -1718,6 +1718,19 @@ See the `Reference Manual
17181718<https://docs.hazelcast.com/hazelcast/latest/sql/expressions.html> `__
17191719for details.
17201720
1721+ Improving the Performance of SQL Queries
1722+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1723+
1724+ You can improve the performance of queries over maps by indexing map entries.
1725+
1726+ To find out more about indexing map entries, see
1727+ :func: `add_index() <hazelcast.proxy.map.Map.add_index> ` method.
1728+
1729+ If you find that your queries lead to out of memory exceptions (OOME), consider
1730+ decreasing the value of the Jet engine’s `max-processor-accumulated-records
1731+ option
1732+ <https://docs.hazelcast.com/hazelcast/latest/configuration/jet-configuration#list-of-configuration-options> `__.
1733+
17211734Limitations
17221735~~~~~~~~~~~
17231736
You can’t perform that action at this time.
0 commit comments