Page MenuHomePhorge

Greylist/Request: Avoid unnecessary queries
ClosedPublic

Authored by mollekopf on Aug 27 2021, 10:12 AM.
Tags
None
Referenced Files
F11803056: D2839.diff
Fri, Apr 19, 5:32 AM
Unknown Object (File)
Wed, Apr 3, 4:24 PM
Unknown Object (File)
Fri, Mar 29, 8:06 AM
Unknown Object (File)
Mar 17 2024, 10:50 AM
Unknown Object (File)
Mar 6 2024, 6:03 PM
Unknown Object (File)
Feb 25 2024, 10:47 AM
Unknown Object (File)
Feb 22 2024, 6:46 PM
Unknown Object (File)
Feb 9 2024, 5:33 PM
Subscribers
None

Details

Reviewers
vanmeeuwen
Group Reviewers
Restricted Project
Commits
rKb869129bc47a: Greylist/Request: Avoid unnecessary queries
Summary
  • Instead of sorting and all entires we can just check if any exists
  • Instead of inserting and then updating later on, we can just insert at the end.

Diff Detail

Repository
rK kolab
Branch
dev/mollekopf
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 36484
Build 14479: arc lint + arc unit

Event Timeline

mollekopf created this revision.
mollekopf added a reviewer: Restricted Project.Aug 27 2021, 10:12 AM
mollekopf retitled this revision from Greylist/Request performance enhancement to Greylist/Request: Avoid unnecessary queries.
mollekopf edited the summary of this revision. (Show Details)

Avoid the unnecessary insert + update

This revision is now accepted and ready to land.Aug 27 2021, 10:48 AM
This revision was automatically updated to reflect the committed changes.