Summary indexes are not a sort of excel file in which you populate some cells of the same lines at different times.
Deduping works at the "row" level, not column.
However, it all depends on the search you use to read summary data and present it to the user, so fields on different summary index events might become part of the same row in a table (transactions, | bucket _time span=1h | stats first(field1), first(field6) by _time, ....)
I think you might want to create a test summary index and test this a little bit. I'm not sure I got your usecase right
... View more