SQL-parser

Configuration Item Explanation

  1. rules:
  2. - !SQL_PARSER
  3. sqlCommentParseEnabled: # Whether to parse SQL comments
  4. sqlStatementCache: # SQL statement local cache
  5. initialCapacity: # Initial capacity of local cache
  6. maximumSize: # Maximum capacity of local cache
  7. concurrencyLevel: # Local cache concurrency level, the maximum number of concurrent updates allowed by threads
  8. parseTreeCache: # Parse tree local cache
  9. initialCapacity: # Initial capacity of local cache
  10. maximumSize: # Maximum capacity of local cache
  11. concurrencyLevel: # Local cache concurrency level, the maximum number of concurrent updates allowed by threads