You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To enable the second stage of LandReg Backsearch we want to be able to search for propriters using eager loading.
For example:
Type in 'Cambri'
All of the proprietor names with Cambridge in the title appear in a drop down list to search through.
However there are about 24 million proprietor names, so loading all 24million into the FE is a bit extreme. Surely there is a best practice for this...
But what is it? 🤔 🕵️
Acceptance Criteria
Outline in this issue a workable solution for the above puzzle. From there we can create issues and implement.
The text was updated successfully, but these errors were encountered:
lin-d-hop
changed the title
[Spike] How do people do eager loading with large datasets?
[Backsearch P2][Spike] How do people do eager loading with large datasets?
Nov 30, 2023
Description
To enable the second stage of LandReg Backsearch we want to be able to search for propriters using eager loading.
For example:
However there are about 24 million proprietor names, so loading all 24million into the FE is a bit extreme. Surely there is a best practice for this...
But what is it? 🤔 🕵️
Acceptance Criteria
The text was updated successfully, but these errors were encountered: