andymeneely / chromium-history

Scripts and data related Chromium's history
11 stars 4 forks source link

Filepaths table should be populated by a union of PatchSetFiles and CommitFilepaths #87

Closed andymeneely closed 10 years ago

andymeneely commented 10 years ago

Since we're just loading the linking table, we don't need to worry about loading Filepath in our prior loaders. However, AFTER on_optimize, we should create our Filepath model after a union of the two.

I'm thinking this is a new rake:run task. Maybe run:union or something.

We might find this to be necessary for Developers too if performance keeps getting hit.