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
Having the same Datastore key prefix is considered a bad practice that leads to the Datastore performance degradation.
We now have such prefixes for LifecycleFlags in DsAggregateStorage. The other prefix-based key is used for Snapshots.
In DsProjectionStorage we also have such a prefix for last handled event time. An additional note for DsProjectionStorage is that we use google.protobuf.Timestamp as a kind for the last event timestamp which is misleading.
The text was updated successfully, but these errors were encountered:
Having the same Datastore key prefix is considered a bad practice that leads to the Datastore performance degradation.
We now have such prefixes for
LifecycleFlags
inDsAggregateStorage
. The other prefix-based key is used forSnapshot
s.In
DsProjectionStorage
we also have such a prefix for last handled event time. An additional note forDsProjectionStorage
is that we usegoogle.protobuf.Timestamp
as a kind for the last event timestamp which is misleading.The text was updated successfully, but these errors were encountered: