Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在、SQLite を使用する代わりにバイト [] 画像用に別のフォルダーを作成するか、画像 Blob を SQLite に保存するかについてジレンマに陥っています。
SQLite で byte[] イメージを保存することの長所と短所は何ですか?
ベスト プラクティスは、SQLite で URI をテキストとして保存し、すべての画像を内部/外部ストレージに保持することだと確信しています。BLOB が多数あると、パフォーマンスが低下する可能性があります。