MongoRepository performance problem #489
Closed
Labels
Comments
new converter is implemented |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: