Re: ImagePlus into postgresql

Posted by Prodanov, D. (FYS) on
URL: http://imagej.273.s1.nabble.com/Re-ImagePlus-into-postgresql-tp3705193p3705195.html

Hi albert,

Good job! Although, I wonder how useful it will be to store entire
images in database.
I chose alternative approch to my work. I store
the images on a local disc in a folder tree, but store
their  various measurements in a (remote) MySQL database
with thumbnails kept in the database. This is beacuse the database
connections break somwehow easily in my experience.

best regards

Dimiter Prodanov