On Tuesday 05 October 2010, Denis Shulyaka wrote: > Hi list! > > I have accumulated a lot of sms messages in the opimd database for the > months of usage. But it seems opimd can't deal with so many messages. > I have faced a lot of well-known problems like not working SMS, slow > GUI and so on. After dropping all message tables with sqlite3 the > problems are gone. > Is it a bug or opimd just isn't supposed to work with a large database?
I think the problem is that the messages app populates a list with every message in the database, stressing both opimd and the list widget. The experimental app opimd-messages fetches them as needed, and performs _much_ better with lots of messages in the database. _______________________________________________ Shr-User mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-user
