Page MenuHomePhabricator

Allow `*.search` Conduit API methods to have data bulk-loaded by extensions
ClosedPublic

Authored by epriestley on Jul 31 2016, 3:29 PM.
Tags
None
Referenced Files
F18182489: D16350.id39327.diff
Sat, Aug 16, 9:44 AM
F18104949: D16350.id39319.diff
Sun, Aug 10, 3:15 PM
F18103553: D16350.id.diff
Sun, Aug 10, 6:22 AM
F18101961: D16350.diff
Sat, Aug 9, 5:05 PM
F18033649: D16350.id39319.diff
Sun, Aug 3, 12:51 AM
F17975772: D16350.diff
Fri, Aug 1, 5:08 PM
F17907810: D16350.id39319.diff
Jul 29 2025, 1:25 PM
F17829752: D16350.diff
Jul 26 2025, 10:19 AM
Subscribers
None

Details

Summary

Ref T11404. Currently, SearchEngineAttachments can bulk-load data but SearchEngineExtensions can not.

This leads to poor performance of custom fields. See T11404 for discussion.

This changes the API to support a bulk load + format pattern like the one Attachments use. The next change will use it to bulk-load custom field data.

Test Plan
  • Ran differential.query, differential.revision.search as a sanity check.
  • No behavioral changes are expected
  • See next revision.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Allow `*.search` Conduit API methods to have data bulk-loaded by extensions.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: chad, yelirekim.
chad edited edge metadata.
This revision is now accepted and ready to land.Jul 31 2016, 3:37 PM
This revision was automatically updated to reflect the committed changes.