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

    Variable QWP_MAX_IDENTIFIER_BYTESConst

    QWP_MAX_IDENTIFIER_BYTES: number = ...

    Defensive byte bound for identifiers decoded from query results.

    Existing tables may have names created through APIs that apply Java's 127-UTF-16-code-unit metadata limit. One code unit takes at most three UTF-8 bytes, so query decoding accepts that larger representation even though QWP ingress enforces its 127-byte protocol limit.