How OMERO 5 uses FS to preserve your original image files on OMERO.server and avoid data duplication.
pre-fs | pre-fs (archived) | fs | |
---|---|---|---|
import | 22 s. | 26 s. | 18 s. |
avg. plane view | 0.19 s. | 0.18 s. | 0.20 s. |
size on disk | 128 MB | 256 MB | 128 MB |
pre-fs | pre-fs (archived) | fs | |
---|---|---|---|
import | 27 s. | 44 s. | 107 s. (?) |
avg. plane view | 0.67 s. | 0.67 s. | 0.72 s. |
size on disk | 73 MB | 200 MB | 131 MB |
pre-fs | pre-fs (archived) | fs | |
---|---|---|---|
import | 23 s. | 23 s. | 36 s. |
pyramids | 90 min. | 90 min. | n/a |
avg. plane view | 0.25 s. | 0.25 s. | 0.23 s. |
size on disk | 5.5 GB | 5.5 GB | 500 MB |
pre-fs | pre-fs (archived) | fs | |
---|---|---|---|
import | 23 min. | n/a | 34 min. |
avg. plane view | 0.50 s. | n/a | 0.71 s. |
size on disk | 9 GB | n/a | 9 GB |
pre-fs | pre-fs (archived) | fs | |
---|---|---|---|
import | fastest | always slower | working on it |
avg. plane view | fast | fast | still a bit slower |
size on disk | usually smallest | always bigger | original size |
We now demonstrate import and download in OMERO 5.
We now demonstrate move and delete in OMERO 5.
/home/data/sample$ tree zeiss-lsm-martin/ # Files local to client zeiss-lsm-martin/ ├── 01-01.lsm ├── 01-02.lsm └── 051215-j-tf.mdb
/OMERO/ManagedRepository/josh_0$ tree . # Files on the server . ├── 2013-06 │ ├── 17 │ │ ├── 09-02-55.180 │ │ │ ├── 01-01.lsm │ │ │ ├── 01-02.lsm │ │ │ └── 051215-j-tf.mdb │ │ ├── 09-02-55.180.log
omero.data.dir=/OMERO/ omero.managed.dir=${omero.data.dir}/ManagedRepository
omero.fs.repo.path=%user%_%userId%/%year%-%month%/%day%/%time%
omero.fs.repo.path_rules=Windows required, UNIX required
omero.checksum.default=SHA1-160also Adler-32, CRC-32, MD5-128,
SELECT fileset FROM image WHERE id = ?
SELECT name FROM image WHERE fileset = ?
SELECT of.path || of.name FROM originalfile of, filesetentry fse WHERE of.id = fse.originalfile AND fse.fileset = ?
SELECT of.name, ca.value, of.hash FROM originalfile of, filesetentry fse, checksumalgorithm ca WHERE of.hasher = ca.id AND of.id = fse.originalfile AND fse.fileset = ?