Apache Arrow – Powering Columnar In-Memory Analytics
arrow.apache.org
Apache Arrow – Powering Columnar In-Memory Analytics
1–10 of 11 posts
Re: Apache Arrow – Powering Columnar In-Memory Analytics
#2Re: Apache Arrow – Powering Columnar In-Memory Analytics
#3Is this similar to how QlikView's in-memory engine works?
Re: Apache Arrow – Powering Columnar In-Memory Analytics
#4Re: Apache Arrow – Powering Columnar In-Memory Analytics
#5Nothing that end users will ever really have to know anything about.
Re: Apache Arrow – Powering Columnar In-Memory Analytics
#6Apache Arrow seems to be targeting the use of SIMD which is a very JVM/Runtime dependent feature. If the runtime can't detect this out-of-the-box then create recognized method or some sort of intrinsic to coax the runtime to SIMD-ize the operation.
I understand the performance gains of this but why not add this functionality to existing projects like Parquet or HTable etc...
This just comes to mind: https://xkcd.com/927/
Re: Apache Arrow – Powering Columnar In-Memory Analytics
#7Re: Apache Arrow – Powering Columnar In-Memory Analytics
#8I'm confused, is this just Structure of Arrays as a service for columnar data? It's not clear to me what this actually does.
This post explains the intention better than the project webpage:
http://blog.cloudera.com/blog/2016/02/introducing-apache-arr...
Re: Apache Arrow – Powering Columnar In-Memory Analytics
#9Asking the stupid question here, but why create a new Apache project for this? Apache Arrow seems to be targeting the use of SIMD which is a very JVM/Runtime dependent feature. If the runtime can't detect this out-of-the-box then create recognized method or some sort of intrinsic to coax the runtime to SIMD-ize the operation. I understand the performance gains of this but why not add this functionality to existing pr…
Here's someone else's blog post from 2010 on different categories of columnar store DBs:
http://dbmsmusings.blogspot.com/2010/03/distinguishing-two-m...
Re: Apache Arrow – Powering Columnar In-Memory Analytics
#10Asking the stupid question here, but why create a new Apache project for this? Apache Arrow seems to be targeting the use of SIMD which is a very JVM/Runtime dependent feature. If the runtime can't detect this out-of-the-box then create recognized method or some sort of intrinsic to coax the runtime to SIMD-ize the operation. I understand the performance gains of this but why not add this functionality to existing pr…
I don't know the answer, but in this case does columnar store imply that it is a collection of arrays, perhaps for a scientific database, and a bit different than HBase? Here's someone else's blog post from 2010 on different categories of columnar store DBs: http://dbmsmusings.blogspot.com/2010/03/distinguishing-two-m...