Defining MariaDB Table Indexes
The following properties are applicable to a MariaDB table indexes.
|
Tab |
Property |
Description |
Additional Information |
| General | Column | Specifies the columns | |
| Sort Order | Specifies the order in which you want to sort the index columns | ||
| Options | Category | Specifies the index category | |
| Algorithm | Specifies the algorithm used to process the index | ||
| Type | Specifies the index type to be used | ||
| Lock option | Specifies the locking strategy to be used | ||
| Wait Type | Specifies whether a DDL statement execution must wait to obtain a lock | ||
| Wait Times(Sec) | Is Wait Type is set to Wait, specifies the wait time | ||
| Parser Name | Specifies the fulltext parser name | ||
| Key Block Size | Specifies the size of key blocks in the storage engine, in bytes or kilobytes |
|
Copyright © 2023 Quest Software, Inc. |