Skip to content

Deleting queue items has a detrimental performance impact with large queues #10

@dakkad

Description

@dakkad

When using InnoDB backend database and the queue size becomes large (and high throughput) the delete and index rebuild start to become the limiting factor on the performance of the system.

This could be addressed with the use of a flag on the record and a mark and sweep approach.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions