conversations-classic/src/main/java/eu/siacs/conversations/persistance
Alexei Sorokin 754773be55 match messages from the full-text index by rowid
"uuid" is a primary key in "messages" but not in "messages_index",
the implication of that is very slow matching by UUID.

What can be done instead is matching messages_index.rowid to messages.rowid,
that is, an always-present clustered index.

This not only improves performance of full-text search but also of just
updating messages in any shape or form.
2021-09-07 16:19:49 +02:00
..
DatabaseBackend.java match messages from the full-text index by rowid 2021-09-07 16:19:49 +02:00
FileBackend.java use androidx ExifInterface to parse rotation. fixes #4154 2021-09-05 16:29:24 +02:00
OnPhoneContactsMerged.java automated code clean up 2021-01-23 09:25:34 +01:00