Invisible bug and questions messages filtered in python out outside of collections
Bug #771820 reported by
j.c.sackett
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
High
|
Unassigned |
Bug Description
We're currently paying the full overhead of loading and massaging messages that might be filtered out. We can push these checks down into queries.
Besides being inefficient, it can mess up batching. Bug messages are batched and filtered, which means after grabbing the first and last 40 messages in bugs, any of those messages that are spam don't get shown, but another, valuable message isn't shown in its place. We just lose that slot altogether.
tags: | added: easy |
summary: |
- Invisible bug and questions messages filtered out outside of collections + Invisible bug and questions messages filtered in python out outside of + collections |
tags: | added: performance |
To post a comment you must log in.