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

    Interface QwpNodeClientOptions

    Node configuration for a combined pooled QWP ingress/egress client.

    Index

    Properties

    egressSession?: QwpEgressSessionOptions
    ingressSession?: QwpIngressSessionOptions
    lazyConnect?: boolean

    Coordinates a non-blocking startup: ingress connects in the background, using memory replay when store-and-forward is absent, and the egress pool remains cold until the first query. Conflicts with a positive queryPoolMin or a non-async initialConnectMode.