Launch HN: ParaQuery (YC X25) – GPU Accelerated Spark/SQL
31–40 of 85 posts
Re: Launch HN: ParaQuery (YC X25) – GPU Accelerated Spark/SQL
#32> they're saving over 60% off of their BigQuery bill how big is their data? A lot of BigQuery users would be surprised to find they don't need BigQuery. This[0] post (written by founding engineer of BigQuery) has a bit of hyperbole, but this part is inline with my experience: > A couple of years ago I did an analysis of BigQuery queries, looking at customers spending more than $1000 / year. 90% of queries processed l…
It's very true that most users don't need something like BigQuery or Snowflake. That's why some startups have come up to save Snowflake cost by "simply" putting a postgres instance in front of it!
In fact, I just advised someone recently to simply use Postgres instead of BigQuery since they had <1TB and their queries weren't super intensive.
Re: Launch HN: ParaQuery (YC X25) – GPU Accelerated Spark/SQL
#33Re: Launch HN: ParaQuery (YC X25) – GPU Accelerated Spark/SQL
#34I'm surprised the GPU is a win when the data is coming from GCS. The CPU still has to touch all the data, right? Or do you have some mechanism to keep warm data live in the GPUs?
Re: Launch HN: ParaQuery (YC X25) – GPU Accelerated Spark/SQL
#35Re: Launch HN: ParaQuery (YC X25) – GPU Accelerated Spark/SQL
#36Re: Launch HN: ParaQuery (YC X25) – GPU Accelerated Spark/SQL
#37Awesome to see GPUs being used for something other than crypto (are they still?) and AI. How is it priced? I couldn't see anything on the site.
Re: Launch HN: ParaQuery (YC X25) – GPU Accelerated Spark/SQL
#38Re: Launch HN: ParaQuery (YC X25) – GPU Accelerated Spark/SQL
#39Great, let me know if you want a 1x AMD MI300x VM to build/test on. Free. https://x.com/HotAisle/status/1921983426972025023
The software stack for AMD is still a bit too nascent for ParaQuery's Spark engine, but certain realtime/online workloads can definitely be programmed pretty fast. They also happen to benefit greatly from the staggering levels of HBM on AMD chips. Hopefully I can take a mini-vacation later in the summer to hack on your GPUs :)