Page MenuHomePhabricator

Add a garbage collector for common ngrams
ClosedPublic

Authored by epriestley on Oct 5 2017, 12:27 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 18, 2:47 PM
Unknown Object (File)
Thu, Nov 14, 10:57 AM
Unknown Object (File)
Wed, Nov 13, 9:38 AM
Unknown Object (File)
Mon, Nov 11, 7:38 PM
Unknown Object (File)
Sun, Nov 10, 10:38 AM
Unknown Object (File)
Sat, Nov 9, 2:46 PM
Unknown Object (File)
Sat, Nov 9, 4:05 AM
Unknown Object (File)
Wed, Nov 6, 2:14 PM
Subscribers
None

Details

Summary

Ref T13000. After an ngram is marked as "common", we can delete it from the storage table.

Currently, the only way to get ngrams marked as "common" is to manually run bin/search ngrams, so this has no impact on normal installs.

Test Plan

Ran bin/garbage collect, saw it start chewing through my local Maniphest ngrams table and removing common ngrams.

Diff Detail

Repository
rP Phabricator
Branch
garbage1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 18640
Build 25111: Run Core Tests
Build 25110: arc lint + arc unit

Event Timeline

  • Also add a little warning text to bin/search ngrams.
This revision is now accepted and ready to land.Oct 5 2017, 6:01 PM
This revision was automatically updated to reflect the committed changes.