rules:
- !SQL_PARSER
sqlCommentParseEnabled: # Whether to parse SQL comments sqlStatementCache: # SQL statement local cacheinitialCapacity: # Initial capacity of local cachemaximumSize: # Maximum capacity of local cacheconcurrencyLevel: # Local cache concurrency level, the maximum number of concurrent updates allowed by threadsparseTreeCache: # Parse tree local cacheinitialCapacity: # Initial capacity of local cachemaximumSize: # Maximum capacity of local cacheconcurrencyLevel: # Local cache concurrency level, the maximum number of concurrent updates allowed by threads