summaryrefslogtreecommitdiff
path: root/topics/engineering
diff options
context:
space:
mode:
authorMunyoki Kilyungi2024-07-05 14:43:55 +0300
committerMunyoki Kilyungi2024-07-05 14:43:55 +0300
commitede9a45c24f4b987215986d16d934a4b9fd0af8c (patch)
treeda2dc42551c037e1f4633e6c7e09ab7a254e4b6b /topics/engineering
parentfe8d606977d587a24a87de686d122ae90c5fc5bb (diff)
downloadgn-gemtext-ede9a45c24f4b987215986d16d934a4b9fd0af8c.tar.gz
Fix typo.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'topics/engineering')
-rw-r--r--topics/engineering/improving-wiki-rif-search-in-genenetwork.gmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/topics/engineering/improving-wiki-rif-search-in-genenetwork.gmi b/topics/engineering/improving-wiki-rif-search-in-genenetwork.gmi
index ec2e45f..d0f1978 100644
--- a/topics/engineering/improving-wiki-rif-search-in-genenetwork.gmi
+++ b/topics/engineering/improving-wiki-rif-search-in-genenetwork.gmi
@@ -33,7 +33,7 @@ running an "EXPLAIN" on [0] yields:
+------+-------------+----------------+--------+-----------------------------+------------------+---------+------------------------------------------------------------+-------+-------------+
```
-From the above table, we note that we have "ref" under the "type" column in on line 9. The "type" column describes how the rows are found from the table (I.e the join type) [2]. In this case, "ref" means a non-unique index or prefix is used to find all the rows which we can see by running "SHOW INDEXES FROM ProbeSetXRef" (note the Non-unique value of 1 for ProbeSetFreezeId):
+From the above table, we note that we have "ref" under the "type" column in line 9. The "type" column describes how the rows are found from the table (I.e the join type) [2]. In this case, "ref" means a non-unique index or prefix is used to find all the rows which we can see by running "SHOW INDEXES FROM ProbeSetXRef" (note the Non-unique value of 1 for ProbeSetFreezeId):
```
+--------------+------------+------------------+--------------+------------------+-----------+-------------+----------+--------+------+------------+---------+---------------+