简体   繁体   English

在sqlite上使用图像的更有效方法?

[英]More efficient way to use images on sqlite?

Im making a school project in which i need to pre-load more than 100 images to sqlite database and then use them in listviews and imageviews. 我正在做一个学校项目,在该项目中,我需要将100多个图像预加载到sqlite数据库中,然后在listviews和imageviews中使用它们。

What do you think its the most efficient way to use them?? 您认为使用它们最有效的方式是什么? Blob? BLOB? Path? 路径?

Thanks so much! 非常感谢!

On the system where this was tested , images smaller than 100 KB are more efficiently stored as a blob. 经过测试的系统上,小于100 KB的图像更有效地存储为斑点。

On your system, you have to measure. 在您的系统上,您必须进行测量。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM