SQL Parser

    Parameters

    nameDataTypeDescriptionDefault Value
    initialCapacityintInitial capacity of local cacheparser syntax tree local cache default value 128, SQL statement cache default value 2000
    maximumSize(?)longMaximum capacity of local cacheThe default value of local cache for parsing syntax tree is 1024, and the default value of sql statement cache is 65535

    Procedure

    1. Set local cache configuration.
    2. Set resolution configuration.