Added metric for posts by lang (olivčykom).

This commit is contained in:
mathan 2024-02-21 18:09:12 -08:00
parent 3c632ebe97
commit 600dac7694
5 changed files with 34 additions and 1 deletions

View file

@ -23,6 +23,8 @@ partition of records for values in ('app.bsky.feed.repost');
create table records_profile
partition of records for values in ('app.bsky.actor.profile');
-- SLOW, can run overnight, make sure to run in tmux or eternal terminal
with moved_rows as (
delete from records_like r
where collection <> 'app.bsky.feed.like'