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

Query for Spark Integration : Lesson 3 - Fast Nearest Neighbours #3

Open
rbhatia46 opened this issue Aug 19, 2020 · 0 comments
Open

Comments

@rbhatia46
Copy link

Hi,
This is with respect to - /source/notebooks/L3/nearest-neighbor-faster.ipynb.
Really liked the idea and thanks for the example, this is really useful. However, I was wondering can this be parallelized using Spark to achieve a further speedup, I have 10s of billions of rows, and using Spark currently to process all of the lat-long data, and I have another Dataframe, which has 10 Million Points of Interest, I want to perform a nearest neighbor analysis to find closest Point of Interest.

I am already performing clustering to reduce the dataset size, but it would be really interesting to see if this can be further integrated with Spark to achieve further latency reduction.

Look forward to your thoughts.

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