You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by GitBox <gi...@apache.org> on 2022/03/05 06:55:15 UTC

[GitHub] [james-project] chibenwa opened a new pull request #906: JAMES-3433 MimeMessageStore StoragePolicy should be the same on read …

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: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[GitHub] [james-project] chibenwa merged pull request #906: JAMES-3433 MimeMessageStore StoragePolicy should be the same on read …

Posted by GitBox <gi...@apache.org>.
chibenwa merged pull request #906:
URL: https://github.com/apache/james-project/pull/906


   


-- 
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: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org