Skip to content

MongoRepository performance problem #489

Description

@bartoszwalacik

MongoRepository isn't very fast.
These two methods consume significant CPU time:

  • MongoRepository.readFromDBObject()
  • MongoRepository.writeToDBObject()

They convert Documents to CdoSnapshots, but via intermediate JSON String.
Direct conversion (from Documents to JsonElements) should be implemented.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions