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:
copilot-swe-agent[bot]
2026-03-12 08:21:41 +00:00
parent db89e7bcd0
commit b0bc3dc0c9
12 changed files with 19 additions and 20 deletions

View File

@@ -129,7 +129,7 @@ CREATE INDEX orders_customer_id_idx ON orders (customer_id);
| 索引類型 | 使用場景 | 運算子 |
|----------|----------|--------|
| **B-tree**(預設)| 等於、範圍 | `=``<``>``BETWEEN``IN` |
| **GIN** | 陣列、JSONB、全文搜尋 | `@>``?``?&``?|``@@` |
| **GIN** | 陣列、JSONB、全文搜尋 | `@>``?``?&``?&#124;``@@` |
| **BRIN** | 大型時序表 | 排序資料的範圍查詢 |
| **Hash** | 僅等於 | `=`(比 B-tree 略快)|