Ref T13242. Currently, the transaction query loads handles by default (this is unusual). We don't need them, so turn them off.
Details
Details
- Reviewers
amckinley - Maniphest Tasks
- T13242: 2019 Week 5 Bonus Content
- Commits
- rP942d6d60d5d7: Don't load unnecessary handle data on "transaction.search"
No apparent behavioral change, will compare production profiles.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- cache2
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 21768 Build 29704: Run Core Tests Build 29703: arc lint + arc unit
Event Timeline
Comment Actions
In production against T13242, with ab -n 100 -c 1 ..., I get these before the change:
50th Percentile | 287ms |
95th Percentile | 380ms |
Deploying this now...