Live data from Hacker News

BlazingSQL is Now Open Source

blog.blazingdb.com

1–10 of 65 posts

Re: BlazingSQL is Now Open Source

#8
post #7

What 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

See https://wiki.postgresql.org/images/6/65/Pgopencl.pdf

Also from 4 years ago

https://news.ycombinator.com/item?id=10151632

Re: BlazingSQL is Now Open Source

#9
post #7

What 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

Check out https://www.omnisci.com/learn/resources/gpu-database

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

Post reply on HN