Importing Database makes code analyzer extremely slow
See original GitHub issueAfter importing org.jetbrains.exposed.sql.Database
into my file the code analyzer slows down to the point where the IDE becomes almost unusable. IntelliJ stops finding code errors, doesn’t show import/code hints. Also this happens only in the file where database class is imported. After I remove Database
class import everything seems to work fine again.
IntelliJ IDEA 2019.2.4 (Community Edition)
Build #IC-192.7142.36, built on October 29, 2019
Runtime version: 11.0.4+10-b304.77 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
GC: ParNew, ConcurrentMarkSweep
Memory: 974M
Cores: 4
Registry:
Non-Bundled Plugins: org.jetbrains.kotlin
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Auto imports ( getExportInfoMap ) extremely slow #46735
In VS Code, run the TypeScript: Open TS Server log command; This should open a large log file called tsserver.log. ⚠️ Warning: The...
Read more >MySQL workbench table data import wizard extremely slow
I need to import a csv file with 20 million rows and 2 columns into a database, but when I try to do...
Read more >How to improve the import speed? - WebToffee
The main culprits that slow down the import speed are: Huge data ... Import speed depends on the amount of data present in...
Read more >IBM i2 iBase import is slow, or slowing after beginning normally
Problem. Importing a flat file (CSV, TXT or Excel) is slow in IBM i2 iBase, or slowing after starting. This makes importing data...
Read more >Importing table with CLOB column extremely SLOW
Hi all, I wold need to speed up one import process. It take hours to import a table with a CLOB column. Table...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Tapac KT-34759
This seems to be true. Closing it for now unless there’s someone else who still has the issue in the newest version.