AxFoundation/strax

Make save_when in plugin optional per datatype.

Closed this issue · 1 comments

Currently, we setting the save_when property of an entire plugin to a given strax.SaveWhen. However, for storage purposes, it might be nice if we can specify which items we want to store and which we don't want to store, similar to the optional rechunking is configurable per datatype provided by a plugin.

Problem with this is that also loading should recognize this as we usually raise errors if somethings is already computed