First time Cursor Operation is so slow, when query bulk data. How to solve?

后端 未结 2 1426

I have to query three table, and display the data to my customerView.

My code is like this:

Log.v(TAG, System.CurrentTimeMillis())
int len = cursor.         


        
2条回答
  •  离开以前
    2021-01-13 06:39

    ok, guys, i have not been here for acouple days.And i found the solution that is you have to create index for your table which will improve the query speed. thanks all the same

提交回复
热议问题