$ open source · GPL-3.0 — need a commercial license? imqueue.com →

ColumnIndexOptions.include property

Extra columns to carry in the index without indexing them.

Signature:

include: string[];

Remarks

A covering index, so the planner can answer from the index alone instead of visiting the table. Btree only. Declared but never emitted in earlier versions.