prorm API Reference
    Preparing search index...

    Interface StatisticsOptions

    Options for

    decorator (PostgreSQL)

    interface StatisticsOptions {
        for?: "columns" | "all";
        columns?: string[];
        target?: number;
    }
    Index
    for?: "columns" | "all"

    What to collect statistics on 'columns' - column statistics 'all' - table and columns

    columns?: string[]

    Columns to collect statistics on (for columns mode)

    target?: number

    Statistics target (1-10000)