-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reasons why SELECT * is bad for SQL performance | Tanel Poder Consulting #13
Comments
Thanks for sharing! Now is more than proved. |
Great Tanel, good to know about the 12.2 sqlplus -fast options or the lob aggregation param, and overall pleasure to follow you step by step perf. analysis. |
Hi Tanel, thanks for sharing. Great post! Would you mind to shed some light on a way how to improve fetching milion LOB values to the app side? |
Thanks Tomasz. You'd need to find a way to return lots of small LOB items by using some workarounds:
The options #1/#2/#3 would require some app logic changes (or app-level stitching-together of the chunkified data) |
Reasons why SELECT * is bad for SQL performance | Tanel Poder Consulting
https://tanelpoder.com/posts/reasons-why-select-star-is-bad-for-sql-performance/
The text was updated successfully, but these errors were encountered: