Skip to content

Commit

Permalink
Update user manual
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Dai <daichen@amazon.com>
  • Loading branch information
dai-chen committed Nov 10, 2023
1 parent 201cb09 commit a7c2164
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ High level API is dependent on query engine implementation. Please see Query Eng

#### Skipping Index

Note that the filtering condition must be conjunction with only partitioned column involved.

```sql
CREATE SKIPPING INDEX [IF NOT EXISTS]
ON <object>
Expand Down Expand Up @@ -158,6 +160,8 @@ DROP SKIPPING INDEX ON alb_logs

#### Covering Index

Note that the filtering condition must be conjunction.

```sql
CREATE INDEX [IF NOT EXISTS] name ON <object>
( column [, ...] )
Expand Down

0 comments on commit a7c2164

Please sign in to comment.