TwidereProject / TwidereX-iOS

Next generation of Twidere for iOS.
GNU General Public License v3.0
154 stars 10 forks source link

Profile database performance #30

Closed MainasuK closed 3 years ago

MainasuK commented 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.

MainasuK commented 3 years ago

Merged.