Skip to content

Commit

Permalink
Update blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Aug 5, 2023
1 parent 43ed317 commit 1e0c6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2023-08-04-adbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ The time difference between ODBC and ADBC is 38x. This significant contrast resu
## Conclusions
DuckDB now supports the ADBC standard for database connection. ADBC is particularly efficient when combined with DuckDB, thanks to its use of the Arrow zero-copy integration.
ADBC is particularly interesting because it can drastically decrease interactions between analytic systems compared to ODBC. For example, if companies that already support ODBC, such as [Tableau](https://www.tableau.com/) or [MS-Excel](https://www.microsoft.com/en-us/microsoft-365/excel) were to implement ADBC, integrations with columnar systems like DuckDB could benefit from this significant difference in performance.
ADBC is particularly interesting because it can drastically decrease interactions between analytic systems compared to ODBC. For example, if software that already support ODBC, e.g., if [MS-Excel](https://www.microsoft.com/en-us/microsoft-365/excel) was to implement ADBC, integrations with columnar systems like DuckDB could benefit from this significant difference in performance.
DuckDB-ADBC is currently supported via the C Interface and through the Python ADBC Driver Manager. We will add more extensive tutorials for other languages to our [documentation webpage](https://duckdb.org/docs/). Please feel free to let us know your preferred language for interacting with DuckDB via ADBC!
Expand Down

0 comments on commit 1e0c6d8

Please sign in to comment.