Hello, The context: - Web application - Billing application - Sqlite with WAL mode - The database is shared among many clients.
Images are handled in the app: photo of products, photos of customers, etc. Each client can have thousands. Advise you manage images as blob in the database? or have only the URL of images in the database (so the image files on the hard disk)? The first solution seems simpler, more secure. But is it slows down significantly the database? Especially if the database is encrypted? thank you for your advice, olviier _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

