question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Importing Database makes code analyzer extremely slow

See original GitHub issue

After 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:closed
  • Created 4 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
tomwyrcommented, Nov 4, 2019
0reactions
tomwyrcommented, Nov 11, 2019

This seems to be true. Closing it for now unless there’s someone else who still has the issue in the newest version.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found