forked from bluesky-social/atproto
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Serve materialized post and profile aggregations (bluesky-social#859)
* Add migration for post & profile aggs to pds * Post/profile agg db tweaks * Post/profile aggregation queries on pds * Add facility for performing work on db commit in pds * Add background queue to pds * Perform aggregations during indexing on background queue * Tidy pds background queue, incorporate into labeler * Fix pds onCommit, remove unused indexing dep, fix zeros for aggs * Finish background tasks for view tests in pds * Update aggregations on account deletion, tidy * Update profile and post views to serve materialized aggregations
- Loading branch information
Showing
4 changed files
with
76 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters