-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Version db2rest-oracle9i-0.2.7-RC1.jar hangs at Fetching all schema meta data #450
Comments
Investigated it - schema has many tables and loads of columns. When no exclusion is applied it scans through all including system tables and columns. Eventually you will see after several minutes it does timeout. Loading column details is slow. It can be optimized by Will make this part of 0.2.8 release in a couple of weeks. |
…raction #450 - improve meta data extraction
Latest version 0.2.8 fixed it. Still a bit slow when you have many tables under a schema but it loads fine at the end. Thank you. |
@kdhrubo I wonder if the slowness is due to cache building? or problems therein? |
@thadguidry It took 10 minutes to load a schema with 53 tables and 3905 views. |
Yes it's building cache. I will investigate further. |
Closing #460 discussion added for future review. |
Hello. In latest version
db2rest-oracle9i-0.2.7-RC1.jar
if you do not specify the-DINCLUDE_SCHEMAS
parameter, the application hangs atFetching all schema meta data.
. This was not happening in previous version.The text was updated successfully, but these errors were encountered: