Zen Indexes
Formal description of Zen Indexes in aidbox.index.v1
. Read this guide first.
Index can be used to create any PostgreSQL index. Auto-index is auto-generated based on Zen SearchParameter.
Index
Zen Index validation schema:
Index must contain:
table - name of the table
expression - SQL expression
type - two possible values:
:gin
or:btree
Auto-index must contain:
for - symbol with tag
search-parameter
Last updated