Skip to content
Discussion options

You must be logged in to vote

An option to completely disable background parsing is Enable semantic analysis.

You can also try to disable just the Read database table/column for semantic analysis option. This way background analysis will be providing some advanced highlighting but won't use any information about the database structure, and so it won't be accessing database connection at all.

Note that it is not really related with query execution. It does some analysis and loads metadata information about the database schema while analyzing and validating query, i breifly described the whole procedure here.
So the only reason for the query execution to conflict with background analysis i may think of is during editor…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by E1izabeth
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
xf:sql parser Syntax analyzer
2 participants
Converted from issue

This discussion was converted from issue #40729 on April 18, 2026 05:41.