Remix.run Logo
lordnacho 3 days ago

If the ECS data is grid-like, perhaps you could use a columnar database for time series?

Then you could save every single state change and scroll back and forth. But I'm not sure if you were looking for that.

all2 3 days ago | parent [-]

This would make netcode state rollback easy. But I'm not sure the DB is the right place for that.