ZIm/crates/collab/src/api
Joseph T. Lyons 1cbaca667f
Remove historical_event column in editor events (#18932)
We have a lot of data in Clickhouse. This column was used when migrating
the events dataset between analytics databases and has no purpose today.

Naive maths: 257,170,993 editor event rows * 1 byte per boolean =
257,170,993 bytes, or ~0.24 GB

I'll drop the column after deploying a new collab.

Going forward, I'd like to remove more data that we never touch, to try
to keep things more focused. We should discuss some TTL at some point.

Release Notes:

- N/A
2024-10-09 13:19:13 -04:00
..
billing.rs collab: Update billing code for LLM usage billing (#18879) 2024-10-08 18:29:38 -04:00
contributors.rs chore: Another round of style lints fixes (#17519) 2024-09-07 02:36:55 +02:00
events.rs Remove historical_event column in editor events (#18932) 2024-10-09 13:19:13 -04:00
extensions.rs chore: Another round of style lints fixes (#17519) 2024-09-07 02:36:55 +02:00
ips_file.rs Extract SemanticVersion into its own crate (#9956) 2024-03-29 12:11:57 -04:00
slack.rs Upload crashes to collab directly (#8649) 2024-03-01 13:23:44 -07:00