Sunday, August 12, 2012

LINQ on SQLite as opposed to LINQ on objects

Suffice to say that after trying to do the job correctly and install an SQLite database in my Monodroid Android App I am gutted to find out that however correct it may be the select performance absolutely SUCKS bigtime.

I am loath to read and construct a huge file of live objects every time the app starts up but as far as I can see, that's the only way to go for the sanity of my users.

No comments: