appwrite_create_index
Create database indexes on collection attributes to optimize query performance and accelerate data retrieval operations.
Instructions
[UNIFIED] Create an index on collection attributes for faster queries.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| database_id | Yes | ||
| collection_id | Yes | ||
| key | Yes | ||
| type | Yes | ||
| attributes | Yes | ||
| orders | No |