Android sqlite / BLOB perfomance issue

后端 未结 3 2034
暗喜
暗喜 2020-12-29 16:15

Ever since I moved my data from ArrayList to a sqlite database on Android, I have a serious performance drop. There are no cursors left open that could cause that, so I susp

3条回答
  •  温柔的废话
    2020-12-29 17:01

    Your first solution is better one, Use a file from sdcard and store the reference path in your sqlite database, This gives you faster performance and also your database is remain light weight.

提交回复
热议问题