Skip to content

perf: index garbage collector #31

@Galeaf11

Description

@Galeaf11

Problem

The proposed solution for managing the leveldb creates a few indices that are used to store mappings. Over time, these indices will grow and potentially reduce the performance of lpms-server.

Solution

Establish a garbage collection routine whereby indices can automatically be trimmed from the database when not required. Care must be given not to delete information that would be required for audit purposes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    D-averageDifficulty: averageP-lowPriority: lowT-perfType: performance

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions