Page MenuHomePhabricator

Improve performance of lint differencing query
AbandonedPublic

Authored by hach-que on May 28 2014, 1:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 26, 12:57 PM
Unknown Object (File)
Sun, Sep 15, 12:20 AM
Unknown Object (File)
Fri, Sep 13, 12:09 AM
Unknown Object (File)
Sun, Sep 1, 6:28 AM
Unknown Object (File)
Aug 25 2024, 6:18 AM
Unknown Object (File)
Aug 1 2024, 1:44 AM
Unknown Object (File)
Jul 27 2024, 9:45 AM
Unknown Object (File)
Jul 26 2024, 6:34 PM
Subscribers

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Summary

Depends on D9233.

This substantially improves the performance of displaying lint trends in Diffusion (from 300 second query to a 5 second query).

Test Plan

Last modified information didn't take 5 minutes to load. Compared using DarkConsole.

Diff Detail

Repository
rP Phabricator
Branch
lint-fast
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 732
Build 732: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

hach-que retitled this revision from to Improve performance of lint differencing query.
hach-que updated this object.
hach-que edited the test plan for this revision. (Show Details)
hach-que added a reviewer: epriestley.
hach-que edited edge metadata.

Actually make the query work. Also exclude valueX where it's 0 (no change), since we want to see changes the impact the lint values.

Abandoning because Fact is very far away on the roadmap.