clustering_google_maps icon indicating copy to clipboard operation
clustering_google_maps copied to clipboard

65,000 Objects

Open rodydavis opened this issue 5 years ago • 1 comments

  • 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.

rodydavis avatar Jun 28 '19 14:06 rodydavis

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

giandifra avatar Jun 28 '19 16:06 giandifra