Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Remove device_activity #1954

Closed
ianb opened this issue Nov 11, 2016 · 1 comment
Closed

Remove device_activity #1954

ianb opened this issue Nov 11, 2016 · 1 comment
Assignees
Milestone

Comments

@ianb
Copy link
Contributor

ianb commented Nov 11, 2016

The device_activity table is growing fast and we're not making use of the data in it.

We should remove the table, and remove all references to addDeviceActivity

@ianb ianb added this to the Cygnus X-1 milestone Nov 11, 2016
@ianb
Copy link
Contributor Author

ianb commented Nov 11, 2016

For posterity, this is what we have in the table now:

pageshot=> select count(deviceid), event_type from device_activity group by event_type;
   count   |    event_type
-----------+------------------
 327471492 | login
        21 | invalid-register
      1737 | unload

@ianb ianb self-assigned this Nov 11, 2016
@fzzzy fzzzy closed this as completed in dc1100c Nov 14, 2016
fzzzy added a commit that referenced this issue Nov 14, 2016
r?fzzzy Fix #1954, remove the device_activity table
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant