As so far,clickhouse is running very fast compare with Bigdata software like Elasticsearch or Apache spark.
https://tech.marksblogg.com/benchmarks.html
As this Blogger's Benchmark,some Database running on GPU,it looks more faster. they use GPU to accelerate compute.
I noticed some key word like 'GPU',CUDA(#10232,#11083) IN clickhouse issues,I want to know:
Do you have a plan to develop Clickhouse on GPU to accelerate compute and make clickhouse faster?
Hi,
In short, we are interested in combined CPU+GPU solution.
For now it's a research task. #10232 is an attempt to use OpenCL and #11083 is attempt to use CUDA.
Theoretically the main trouble with GPU is to move data to its memory and back. In practive there're some other issues to solve.
For now it's possible to use our code base for DBMS+GPU reserch. I.e. if some strudent want to implement OpenCL function in ClickHouse he or she could make it using #10232 as a sample. We also have a discussion with CUDA experts about CUDA support.
If you have further questions, fell free to reopen this issue.
Most helpful comment
Hi,
In short, we are interested in combined CPU+GPU solution.
For now it's a research task. #10232 is an attempt to use OpenCL and #11083 is attempt to use CUDA.
Theoretically the main trouble with GPU is to move data to its memory and back. In practive there're some other issues to solve.
For now it's possible to use our code base for DBMS+GPU reserch. I.e. if some strudent want to implement OpenCL function in ClickHouse he or she could make it using #10232 as a sample. We also have a discussion with CUDA experts about CUDA support.