Accelerated SQL for JSON with AVX512 (Golang)
1–10 of 10 posts
Re: Accelerated SQL for JSON with AVX512 (Golang)
#2Re: Accelerated SQL for JSON with AVX512 (Golang)
#3Also, any benchmarks comparing this to Apache Arrow or Apache Presto?
Re: Accelerated SQL for JSON with AVX512 (Golang)
#4This is a killer idea. However , I do not see anything in the README about distributed querying. Is that something you wish to tackle? Also, any benchmarks comparing this to Apache Arrow or Apache Presto?
We don't yet have good comparative benchmarks against Arrow or Presto, although I'm hoping we can get those.
Re: Accelerated SQL for JSON with AVX512 (Golang)
#5This is a killer idea. However , I do not see anything in the README about distributed querying. Is that something you wish to tackle? Also, any benchmarks comparing this to Apache Arrow or Apache Presto?
Re: Accelerated SQL for JSON with AVX512 (Golang)
#6Disclaimer: I'm one of the authors of sneller core. We have been working on this project for more than a year. It's has got neat AVX512-centered architecture and many neat tricks inside.
Re: Accelerated SQL for JSON with AVX512 (Golang)
#7Disclaimer: I'm one of the authors of sneller core. We have been working on this project for more than a year. It's has got neat AVX512-centered architecture and many neat tricks inside.
Am I missing the comparison of avx ve non-avx performance?
Re: Accelerated SQL for JSON with AVX512 (Golang)
#8Re: Accelerated SQL for JSON with AVX512 (Golang)
#9This code is really nice. How will you profit?
Re: Accelerated SQL for JSON with AVX512 (Golang)
#10This is a killer idea. However , I do not see anything in the README about distributed querying. Is that something you wish to tackle? Also, any benchmarks comparing this to Apache Arrow or Apache Presto?
Hi! One of the authors here. We do have support for distributed querying, but it's not implemented in the command-line tool. (It makes for a much more complicated demo if you need multiple machines.) The query planner is happy to use as many machines as you can throw at it. We don't yet have good comparative benchmarks against Arrow or Presto, although I'm hoping we can get those.