Skip to content

Commit

Permalink
Add FAQ entry on Arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Dec 16, 2024
1 parent 58e6f99 commit ed38cc0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,22 @@ DuckDB can make use of available memory for caching, it also fully supports disk

<div class="qa-wrap" markdown="1">

### Is DuckDB built on Arrow?

<div class="answer" markdown="1">

DuckDB does not use the [Apache Arrow format](https://arrow.apache.org/) internally.
However, DuckDB supports reading from / writing to Arrow using the [`arrow` extension]({% url docs/extensions/arrow.md %}).
It can also run SQL queries directly on Arrow using [`pyarrow`]({% link docs/guides/python/sql_on_arrow.md %}).

</div>

</div>

<!-- ----- ----- ----- ----- ----- ----- Q&A entry ----- ----- ----- ----- ----- ----- -->

<div class="qa-wrap" markdown="1">

### Are DuckDB's database files portable between different DuckDB versions and clients?

<div class="answer" markdown="1">
Expand Down

0 comments on commit ed38cc0

Please sign in to comment.