android - Best way to search sqlite database -


In my application, I am working with a large database. There are approximately 75000 records in a table (there are 6 tables altogether). I want to get a data from three separate tables at one time. I completed But the search process was slow. Can I optimize the search process?

You can use full-text search engine and consider using SELECT ... MATCH queries You may want to do Note that you need to enable the FTS engine (this is disabled by default) and create virtual tables instead of regular tables. You can read more about this.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -