Skip to content
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

Too many DB queries #164

Open
etj opened this issue Sep 25, 2017 · 1 comment
Open

Too many DB queries #164

etj opened this issue Sep 25, 2017 · 1 comment

Comments

@etj
Copy link
Member

etj commented Sep 25, 2017

When loading resources, too many SELECTs are performed to retrieve records from gs_stored_data and gs_attributes even when they are not requested / required.
Hibernate annotations should be modified in order to fetch info lazily and not eagerly.

A fix to this issue will also improve the fix for #161.

@simboss
Copy link
Member

simboss commented Sep 28, 2017

Priority low? This is making MapStore slow to the point of being unusable in some environments!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants