Skip to content

Commit b985774

Browse files
committed
add improving query performance section
1 parent 10620c7 commit b985774

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/using_python_client_with_hazelcast_imdg.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1718,6 +1718,19 @@ See the `Reference Manual
17181718
<https://docs.hazelcast.com/hazelcast/latest/sql/expressions.html>`__
17191719
for 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+
17211734
Limitations
17221735
~~~~~~~~~~~
17231736

0 commit comments

Comments
 (0)