Skip to content
This repository was archived by the owner on Oct 17, 2018. It is now read-only.
This repository was archived by the owner on Oct 17, 2018. It is now read-only.

Can old storage in XML repositories be cleaned up? #158

@hotchkj

Description

@hotchkj

Apologies if this has been covered in earlier issues, but I couldn't find a good reference in the docs or here. If one is implementing IXmlRepository (I'm writing one to use AWS S3), it essentially has two calls - GetAllElements and StoreElement.

  • What's the right thing to do as this operates over time, to avoid unbounded disk/database/storage usage?
  • When can old elements be cleaned up, if at all?
  • Is this better done in GetAll or Store or asynchronously?

Thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions