You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by "chibenwa (via GitHub)" <gi...@apache.org> on 2023/04/14 11:40:01 UTC

[GitHub] [james-project] chibenwa opened a new pull request, #1519: JAMES-3777 Mitigate performance problems with JMAP filters

chibenwa opened a new pull request, #1519:
URL: https://github.com/apache/james-project/pull/1519

   Uses a read projection (optional)
   
   This prevents loading the full aggregate history (O(n2)) and doing LWTs upon receiving emails.
   
   A route allows resetting the projection.
   
   Possible enhancement:
    - Allow individual filter addition, removal (history in O(N) )
    - (Snapshots for the event sourcing system in James ?)


-- 
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] Arsnael commented on pull request #1519: JAMES-3777 Mitigate performance problems with JMAP filters

Posted by "Arsnael (via GitHub)" <gi...@apache.org>.
Arsnael commented on PR #1519:
URL: https://github.com/apache/james-project/pull/1519#issuecomment-1515908022

   Just realising... last commit is a fixup correct?


-- 
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 #1519: JAMES-3777 Mitigate performance problems with JMAP filters

Posted by "chibenwa (via GitHub)" <gi...@apache.org>.
chibenwa merged PR #1519:
URL: https://github.com/apache/james-project/pull/1519


-- 
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