Skip to content
Discussion options

You must be logged in to vote

The description of your findings looks as if you found DBeaver always introducing unwanted delay, which simply is not true. It highly depends on the circumstances, query structure, state of the metadata cache, concrete editing sequences and precise key press timings in the whole scenario. To better understand what is really happening in your case, it would be helpful to introduce a certain amount of debug logging and measuring all around the SQLBackgroundParsingJob and SQLCompletionProcessor. Particular scheduling delay is just a small piece in a bigger picture. Let me try to describe how it works.

  • There are two subsystems: semantic analysis and completion. They are connected, but diffe…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by E1izabeth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development xf:sql editor SQL Editor and Editor Services like autocompletion, highlighting, folding, formatting, etc. xf:sql autocompletion
3 participants
Converted from issue

This discussion was converted from issue #38920 on August 13, 2025 14:34.