Erik Johnston 3d33eef6fc
Store state groups separately from events (#2784)
* Split state group persist into seperate storage func

* Add per database engine code for state group id gen

* Move store_state_group to StateReadStore

This allows other workers to use it, and so resolve state.

* Hook up store_state_group

* Fix tests

* Rename _store_mult_state_groups_txn

* Rename StateGroupReadStore

* Remove redundant _have_persisted_state_group_txn

* Update comments

* Comment compute_event_context

* Set start val for state_group_id_seq

... otherwise we try to recreate old state groups

* Update comments

* Don't store state for outliers

* Update comment

* Update docstring as state groups are ints
2018-02-06 14:31:24 +00:00
..
2018-01-16 17:23:32 +00:00
2017-06-19 12:37:27 +01:00
2017-11-09 15:56:16 +00:00
2017-03-24 13:28:20 +00:00
2017-12-05 11:09:31 +00:00
2017-05-18 17:17:53 +01:00
2016-01-07 04:26:29 +00:00
2018-01-27 17:21:57 +00:00