mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-18 11:06:12 +02:00
Fix markdownlint errors from merge of affaan-m:main into main
Co-authored-by: pangerlkr <73515951+pangerlkr@users.noreply.github.com>
This commit is contained in:
parent
db89e7bcd0
commit
b0bc3dc0c9
12 changed files with 19 additions and 20 deletions
|
|
@ -129,7 +129,7 @@ CREATE INDEX orders_customer_id_idx ON orders (customer_id);
|
|||
| 索引類型 | 使用場景 | 運算子 |
|
||||
|----------|----------|--------|
|
||||
| **B-tree**(預設)| 等於、範圍 | `=`、`<`、`>`、`BETWEEN`、`IN` |
|
||||
| **GIN** | 陣列、JSONB、全文搜尋 | `@>`、`?`、`?&`、`?|`、`@@` |
|
||||
| **GIN** | 陣列、JSONB、全文搜尋 | `@>`、`?`、`?&`、`?|`、`@@` |
|
||||
| **BRIN** | 大型時序表 | 排序資料的範圍查詢 |
|
||||
| **Hash** | 僅等於 | `=`(比 B-tree 略快)|
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue