QuestDB JavaScript Client - v5.0.0
    Preparing search index...

    Interface QwpIngressEncodeOptions

    interface QwpIngressEncodeOptions {
        confirmedMaxSymbolId?: number;
        deferCommit?: boolean;
        dictionary?: QwpSymbolDictionary;
        gorilla?: boolean;
    }
    Index

    Properties

    confirmedMaxSymbolId?: number

    Highest global symbol ID already published on this logical connection.

    deferCommit?: boolean
    dictionary?: QwpSymbolDictionary

    Present means connection-scoped delta dictionary mode.

    gorilla?: boolean