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

Vector Layer Query optimization #2297

Open
DamonU2 opened this issue Jun 25, 2024 · 0 comments
Open

Vector Layer Query optimization #2297

DamonU2 opened this issue Jun 25, 2024 · 0 comments

Comments

@DamonU2
Copy link
Member

DamonU2 commented Jun 25, 2024

Optimize queries for vector layers. Steps are all dependent on what the layer type allows. The steps are based on what is possible for ESRI Feature queries, and will need to be adjusted for other types.
Get record count first, and load features in batches accordingly.
Load batches in parallel.
Only load geometry initially.
Do not load properties until asked for - data table or feature clicked.
Exclude geometry when querying properties for data table.

@DamonU2 DamonU2 changed the title Query optimization Vector Layer Query optimization Jun 25, 2024
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

1 participant