Guillaume F.
Results
11
comments of
Guillaume F.
About 200M rows ``` mysql> SELECT count(*) FROM journey_user_step; +-----------+ | count(*) | +-----------+ | 203883150 | +-----------+ ``` Journeys are about ~70 steps, but can chain one another. We...