Just an observation. I have a SMS/MMS thread with my girlfriend that is > 500 messages. There is a combination of regular SMS messages with a few MMS messages. I've noticed when trying to access this thread that the phone is slow to respond and I often get a message saying "Activity Message (in application Messaging) is not responding." This even happens after a fresh reboot and does not happen with small message threads.
If the messages are stored in a sqlite database (or something equivalent) they should work on a method to optimize access to large threaded messages so we don't have to delete them. Maybe archive older messages to a different database/table and put a pointer to these messages in the primary database/table when you need to access the older messages? Just a thought.
Anyone else experiencing the same or did I just make a huge mistake by duplicating a thread?
If the messages are stored in a sqlite database (or something equivalent) they should work on a method to optimize access to large threaded messages so we don't have to delete them. Maybe archive older messages to a different database/table and put a pointer to these messages in the primary database/table when you need to access the older messages? Just a thought.
Anyone else experiencing the same or did I just make a huge mistake by duplicating a thread?