BlazingSQL is Now Open Source
blog.blazingdb.com
BlazingSQL is Now Open Source
1–10 of 65 posts
Re: BlazingSQL is Now Open Source
#2Re: BlazingSQL is Now Open Source
#3Does this only run on NVIDIA/CUDA systems?
Yes.
Re: BlazingSQL is Now Open Source
#4Does this only run on NVIDIA/CUDA systems?
Re: BlazingSQL is Now Open Source
#5Re: BlazingSQL is Now Open Source
#6I read that site, and the RAPIDS site - but would like to hear from some ppl using this in prod/test and what they are using it for...
Re: BlazingSQL is Now Open Source
#7Re: BlazingSQL is Now Open Source
#8What kind of benefits does CUDA bring to databases? I've never heard of running a database on a GPU before. Couldn't find anything on their homepage other than comparison with a few other db options
Also from 4 years ago
Re: BlazingSQL is Now Open Source
#9What kind of benefits does CUDA bring to databases? I've never heard of running a database on a GPU before. Couldn't find anything on their homepage other than comparison with a few other db options
In summary, you get snappy, interactive query speeds on large data sets. I've ran that locally and the results are pretty amazing compared to Postgres or even Tableau in-memory.
I'm personally more excited about GPUs in stream processing; its just quite a natural fit: https://github.com/rapidsai/cudf
Re: BlazingSQL is Now Open Source
#10Is this due to PartiQL?