You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If adding a new index to an existing struct, any already persisted data would have to be re-indexed by re-saving each item again. It would be nice to have a simple way to do it without each user writing the same loop.
Ideally storm would detect it and just do it automatically, but for that it would probably need to persist some info about indexes on each struct.
The text was updated successfully, but these errors were encountered:
I think automatically reindexing data can add unnecessary overhead for the common user.
Changing indexes isn't something that happens a lot in my opinion, so adding a check at every request will be useless 99% of the time.
If adding a new index to an existing struct, any already persisted data would have to be re-indexed by re-saving each item again. It would be nice to have a simple way to do it without each user writing the same loop.
Ideally storm would detect it and just do it automatically, but for that it would probably need to persist some info about indexes on each struct.
The text was updated successfully, but these errors were encountered: