Page MenuHomePhabricator

Improve performance of lint differencing query
AbandonedPublic

Authored by hach-que on May 28 2014, 1:22 AM.
Tags
None
Referenced Files
F13374924: D9315.diff
Sat, Jun 29, 1:03 AM
F13358871: D9315.diff
Tue, Jun 25, 8:35 AM
F13344111: D9315.diff
Fri, Jun 21, 6:47 AM
F13330026: D9315.diff
Mon, Jun 17, 2:28 AM
F13324488: D9315.id.diff
Sat, Jun 15, 12:23 AM
F13323908: D9315.diff
Fri, Jun 14, 9:57 PM
F13317073: D9315.diff
Thu, Jun 13, 9:01 AM
F13302669: D9315.diff
Sat, Jun 8, 5:32 AM
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.