Skip to content

Performance on removing messages #16

@muuki88

Description

@muuki88

The remove performance is too slow.

Current implementation

  1. Finding user
  2. Searching for messages really available
  3. Removing message
  4. Loading all messages (This takes acutally really long)

Solutions

  1. Implementing a cache
  2. Use only one EntityManager and don't find the user all the time, instead update the user.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions