Page MenuHomePhabricator

Allow the InRequest key-value cache to have a simple key limit
ClosedPublic

Authored by epriestley on May 12 2014, 7:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 3, 3:06 AM
Unknown Object (File)
Mon, Apr 29, 2:29 PM
Unknown Object (File)
Wed, Apr 24, 10:07 PM
Unknown Object (File)
Wed, Apr 24, 9:28 AM
Unknown Object (File)
Fri, Apr 12, 2:30 PM
Unknown Object (File)
Fri, Apr 12, 2:29 PM
Unknown Object (File)
Fri, Apr 12, 1:12 PM
Unknown Object (File)
Tue, Apr 9, 7:41 PM
Subscribers

Details

Summary

Performance of the new graph cache is okay, but pulling data from APC is more expensive than I expected. I'm going to try to tune that by doing some in-request caching, since all requests normally examine the same bucket at first.

Test Plan

Added and executed unit tests.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Allow the InRequest key-value cache to have a simple key limit.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.May 12 2014, 7:31 PM
epriestley updated this revision to Diff 21578.

Closed by commit rPHUf253b0245454 (authored by @epriestley).