Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backsearch P2][Spike] How do people do eager loading with large datasets? #255

Open
lin-d-hop opened this issue Oct 28, 2023 · 1 comment

Comments

@lin-d-hop
Copy link
Contributor

Description

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.
@lin-d-hop
Copy link
Contributor Author

This should be in epic #253 but .... #zenhubfail

@lin-d-hop 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant