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

65,000 Objects #9

Open
rodydavis opened this issue Jun 28, 2019 · 1 comment
Open

65,000 Objects #9

rodydavis opened this issue Jun 28, 2019 · 1 comment

Comments

@rodydavis
Copy link

  • The clustering works pretty well

I have a data set of 65000 items and i am having issues with the db side. It will block the UI thread when first creating the data base.

Any ideas on where to start?

I am using a isolate to prepare the data.

@giandifra
Copy link
Owner

The problem are the concurrent aggregate operations, i will try to use isolate to performe operations and stop when there are more operation at same time using only the last, this because the query is performed at every movement of the map

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

No branches or pull requests

2 participants