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 9709a1b commit 3c1b435Copy full SHA for 3c1b435
source/core/indexes/index-types/index-hashed.txt
@@ -46,7 +46,7 @@ Floating-Point Numbers
46
47
Hashed indexes truncate floating-point numbers to 64-bit integers before
48
hashing. For example, a hashed index uses the same hash to store the
49
-values ``2.3``, ``2.2``, and ``2.9``. This is a **collison**, where
+values ``2.3``, ``2.2``, and ``2.9``. This is a **collision**, where
50
multiple values are assigned to a single hash key. Collisions may
51
negatively impact query performance.
52
0 commit comments