I face the following problem. I have two large tables with about 80.000 records each and I want to use them on Windows Phone Application. An Sqlite3 based solution is very slow. All other existing database solutions for Windows Phone did not support full text searching.
Any better solution? A similar application on iPhone output search results in milliseconds.
Right now there is no full text search (FTS) support on SQL Compact (Windows Phone supported database engine).
I’ve been waiting on Lucene.net for a while, hopping they will release a Silverlight compatible version (there have been some requests for it), thus allowing us to make a FTS engine for our SQL Compact databases.