We currently serialize the event data for state change events and then replace it because we save the state in the states table. Since the old state and new state are both contains in the event the cost of serializing the data has a noticable impact when there are many state changed events. |
||
---|---|---|
.. | ||
__init__.py | ||
common.py | ||
models_original.py | ||
test_init.py | ||
test_migrate.py | ||
test_models.py | ||
test_purge.py | ||
test_util.py |