chibenwa opened a new pull request #906:
URL: https://github.com/apache/james-project/pull/906
…and writes
We were using size based for bodies upon writes while we were only reading
them
as low cost. Thus upon writes we were needlessly applying the caching logic
that:
- Reads eagerly 8KB into RAM (memory allocation)
- Saves uneeded data into Cassandra (storage cost and performance impact of
the
query execution)
Turning bodies write to also use `low cost`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]