Rework PA again to not try and sort the passiveLog. Instead, we iterate and store "last" data in a new database table.
This commit is contained in:
parent
5314530a3c
commit
6ed275b133
5 changed files with 99 additions and 46 deletions
8
t/supporting_collateral/passiveAnalyticsLog
Normal file
8
t/supporting_collateral/passiveAnalyticsLog
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#user session timestamp url
|
||||
user1 session11 100 /one
|
||||
user1 session11 110 /two
|
||||
user1 session11 125 /three
|
||||
user2 session21 200 /yelnats
|
||||
user2 session21 202 /one/uno
|
||||
user2 session21 205 /whatever
|
||||
user2 session21 210 /something_else
|
||||
Loading…
Add table
Add a link
Reference in a new issue