Skip to content

Commit 7c7a187

Browse files
hlcianfagnaamotl
andauthored
Update docs/performance/optimization.rst
Co-authored-by: Andreas Motl <[email protected]>
1 parent 5976036 commit 7c7a187

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/performance/optimization.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,8 +492,8 @@ We can rewrite this as:
492492
******************************************************************************
493493

494494
CrateDB has a special scalar function called null_or_empty_ , using this in
495-
filter conditions against OBJECTs and ARRAYs is much faster that look for ``IS
496-
NULL`` if accepting empty objects and arrays is acceptable.
495+
filter conditions against OBJECTs and ARRAYs is much faster than using
496+
an ``IS NULL`` clause, if accepting empty objects and arrays is acceptable.
497497

498498
So instead of:
499499

0 commit comments

Comments
 (0)