Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • pleroma pleroma
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 647
    • Issues 647
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 88
    • Merge requests 88
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PleromaPleroma
  • pleromapleroma
  • Merge requests
  • !473

database compaction

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged kaniini requested to merge feature/database-compaction into develop Nov 25, 2018
  • Overview 29
  • Commits 64
  • Pipelines 64
  • Changes 37

Based on the approach laid out in #388 (closed).

WIP:

  • Convert everything that needs conversion to Object.normalize().
  • Object hot cache
  • Verify transparent fetching of remote objects works:
    • Move ActivityPub.fetch_object_from_id() out of ActivityPub module
    • Move id-based containment out of ActivityPub.Transmogrifier.
  • Fix object search
  • Fix hashtag timelines
  • Fix media timelines
  • Flatten activity.data["object"] on insert
  • Mix task to flatten activity and object database
  • Mix task to prune object database
  • Tests for all of this
Edited Apr 18, 2019 by rinpatch
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/database-compaction