Skip to content

Commit 50dcc1d

Browse files
committed
Minor additions
1 parent 9a2ae94 commit 50dcc1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: _posts/2025-01-07-arrow-result-transfer.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ limitations under the License.
2525
{% endcomment %}
2626
-->
2727

28-
_This is the first in a series of posts that aims to demystify the use of Arrow as data interchange format for databases and query engines._
28+
_This is the first in a series of posts that aims to demystify the use of Arrow as a data interchange format for databases and query engines._
2929

3030
_________________
3131

@@ -58,7 +58,7 @@ In a columnar (column-oriented) data format, the values for each column in the d
5858
<figcaption>Figure 1: An illustration of row-oriented and column-oriented physical memory layouts of a logical table containing three rows and five columns.</figcaption>
5959
</figure>
6060

61-
High-performance analytic databases, data warehouses, query engines, and storage systems have converged on columnar architecture because it speeds up the most common types of analytic queries. Examples of modern columnar query systems include Amazon Redshift, ClickHouse, Databricks Photon Engine, DuckDB, Google BigQuery, Microsoft Azure Synapse Analytics, Snowflake, and Voltron Data Theseus.
61+
High-performance analytic databases, data warehouses, query engines, and storage systems have converged on columnar architecture because it speeds up the most common types of analytic queries. Examples of modern columnar query systems include Amazon Redshift, Apache DataFusion, ClickHouse, Databricks Photon Engine, DuckDB, Google BigQuery, Microsoft Azure Synapse Analytics, Snowflake, and Voltron Data Theseus.
6262

6363
Likewise, many destinations for analytic query results (such as business intelligence tools, data application platforms, dataframe libraries, and machine learning platforms) use columnar architecture. Examples of columnar business intelligence tools include Amazon QuickSight, Domo, GoodData, Power BI, Qlik Sense, Spotfire, and Tableau. Examples of columnar dataframe libraries include cuDF, pandas, and Polars.
6464

0 commit comments

Comments
 (0)