Closed MainasuK closed 3 years ago
Refactor persist logic to reduce entity persist time cost to O(1).
tweet: insert 11T(13TRQ), merge 186T(286TRQ) twitter user: insert 1, merge 298
In my large data set with 100K tweets and 24K users on the iPhone 7 Plus. This task cost ~2s.
Merged.
Refactor persist logic to reduce entity persist time cost to O(1).
In my large data set with 100K tweets and 24K users on the iPhone 7 Plus. This task cost ~2s.