Map Service publishing with a lot of new data

480
2
03-07-2022 09:26 PM
Labels (1)
yockee
by
Occasional Contributor II

Hi,

What is the best way to present data that are updated quite frequently ?
I have 1.8millions rows. Some of them got updated everyday (around 100 - 300 updates daily).

Should I use cached map service or not ? 
If I use cache, do all data got updated, or partially (just the updates only) ?

Thanks

0 Kudos
2 Replies
MichaelVolz
Esteemed Contributor

Do you have a date field to capture changes which would make this easier to query out the features?  How would you account for deleted features?

0 Kudos
yockee
by
Occasional Contributor II

Hi @MichaelVolz ,

Hardly any deletes. Most of the time are inserts and attribute updates. There is a date column that shows when the data were input.

The main problem is that these data *have to be shown* in its entirety. I have no idea yet to answer this challenge.

Thanks

0 Kudos