scalableminds / webknossos

Visualize, share and annotate your large 3D images online
https://webknossos.org
GNU Affero General Public License v3.0
129 stars 24 forks source link

Compound Annotation’s Segment Index is stored in FossilDB, should be in TemporaryStore #8204

Open fm3 opened 4 days ago

fm3 commented 4 days ago

When viewing a compound annotation with volume layers, the merged volume buckts and tracing layers are stored in memory in a TemporaryStore. However, the segment index is still stored in fossildb. This is inconsistent and is a waste of storage. It should also be stored in a TemporaryStore.

Note that this should be tackled after #7839 to avoid merge conflicts.