mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-10 17:59:43 +08:00
fix: escape pipe in markdown table for markdownlint
This commit is contained in:
parent
a44a0553bb
commit
ca584e2c3c
@ -132,7 +132,7 @@ CREATE INDEX orders_customer_id_idx ON orders (customer_id);
|
|||||||
| Index Type | Use Case | Operators |
|
| Index Type | Use Case | Operators |
|
||||||
|------------|----------|-----------|
|
|------------|----------|-----------|
|
||||||
| **B-tree** (default) | Equality, range | `=`, `<`, `>`, `BETWEEN`, `IN` |
|
| **B-tree** (default) | Equality, range | `=`, `<`, `>`, `BETWEEN`, `IN` |
|
||||||
| **GIN** | Arrays, JSONB, full-text | `@>`, `?`, `?&`, `?|`, `@@` |
|
| **GIN** | Arrays, JSONB, full-text | `@>`, `?`, `?&`, `?\|`, `@@` |
|
||||||
| **BRIN** | Large time-series tables | Range queries on sorted data |
|
| **BRIN** | Large time-series tables | Range queries on sorted data |
|
||||||
| **Hash** | Equality only | `=` (marginally faster than B-tree) |
|
| **Hash** | Equality only | `=` (marginally faster than B-tree) |
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user