Question

I want to store blobs in a sql database thats encrypted by sql cipher.

My blobs are images with an average size of 40kb.

Has anyone of you experience with sql cipher and blobs?

I would like to know if i can expect an acceptable performance.

Was it helpful?

Solution

I store images of any size (dependent on camera) the database is sql cipher images can be 3-4 MB in size. at a time I can store 10 images which would max take 4 seconds (this time also includes other heavy stuff) but the performance is quiet reasonable 40KB should not be any trouble at all. Go for it No worries

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top