Questions tagged [blazingsql]

High performance distributed SQL engine in Python that loads data into GPU memory for fast processing.

3 questions
0
votes
1 answer

How to process data larger than GPU Memory using BlazingSQL

I am trying to run a sql query with a 50 GB CSV file but my GPU Memory is of only 40GB. How can I do the processing? Also I am only able to run blazingsql with the jupyter notebook available with their docker image, can anyone please help me how to…
0
votes
1 answer

ModuleNotFoundError: No module named 'BlazingSQL' Error after Installing RAPIDS with 'python rapidsai-csp-utils/colab/install_rapids.py

**Hello, I installed successfully following script on Google Colab for installing RAPIDS: 'python rapidsai-csp-utils/colab/install_rapids.py ' The options are 'stable' and 'nightly'. Leaving it blank or adding any other words will default to…
-1
votes
1 answer

rewrite OUTER APPLY to Join or whatever other than apply for testing Blazing SQL (GPU based)

Further to my previous questions for speeding up the query, thanks to a_horse_with_no_name who rewrote my function to outer apply which made my query run 10 times faster already. However, the speed is still not fast enough for doing what i…