We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5976036 commit 7c7a187Copy full SHA for 7c7a187
docs/performance/optimization.rst
@@ -492,8 +492,8 @@ We can rewrite this as:
492
******************************************************************************
493
494
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.
+filter conditions against OBJECTs and ARRAYs is much faster than using
+an ``IS NULL`` clause, if accepting empty objects and arrays is acceptable.
497
498
So instead of:
499
0 commit comments