Best practice for handling insertion/deletes with _dataDiff and polygonLayer #10220
Unanswered
noamfinkel100-max
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I have an app that has a polygon layer with about a hundred thousand entities. I get frequent updates to the data, including additions and deletions. what is the best way to handle the rerendering of the layer? I saw that deck.gl has a _dataDiff function but I don't see a way to insert/delete frequently without performance degrading. What options are there?
All reactions