Hello

I´m developing an application that uses database and I´m using Sqlite-net.
I´ve a small  table (700 records) when I execute :

db.Table<Articulo>().FirstOrDefault(x => x.Codigo == Codigo);

it´s very slow
 
"Articulo" it´s  table and "Codigo" a varchar field not is primary key but
it´s indexed.
this table could grow 5000 or 6000 records.

thanks




--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/Sqlite-net-performance-tp5711986.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to