Added metric for posts by lang (olivčykom).
This commit is contained in:
parent
3c632ebe97
commit
600dac7694
5 changed files with 34 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue