Skip to Main Content

SQL Developer for VS Code

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SELECT query on a large table with blob column taking long to render fully in VS Code, but quick in SQL Developer App.

Peter JacobsMay 29 2025 — edited May 29 2025

Hi All

I am running a query like this:

select * from

Speed taken to render 100/150 rows:

VS Code Extension : 60 seconds +

SQL Developer (150 rows): 0,701 seconds

SQL Tools: 2.12 seconds

Is the performance of rendering blob results in VS code a known issue or could there be something I can set on my side to improve the speed of rendering the results?

Thanks

Peter

This post has been answered by thatJeffSmith-Oracle on May 29 2025
Jump to Answer
Comments
Post Details
Added on May 29 2025
2 comments
228 views