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
Unknown Object (File)
Mar 16 2026, 7:33 AM
Unknown Object (File)
Mar 4 2026, 5:05 AM
Unknown Object (File)
Feb 21 2026, 7:50 PM
Unknown Object (File)
Jan 30 2026, 12:07 PM
Unknown Object (File)
Jan 19 2026, 11:18 AM
Unknown Object (File)
Oct 23 2025, 5:32 AM
Unknown Object (File)
Oct 23 2025, 2:45 AM
Unknown Object (File)
Oct 1 2025, 5:06 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.