Pulling a big result set from Snowflake into Tableau isn't network-bound. It's CPU-bound — burning cycles converting columns to rows and straight back to columns. @ian.columnar.tech of Columnar on ADBC, and the 10-100x you get by deleting that step. link below
Columnar
@columnar.tech
At https://columnar.tech, we're building the future of fast universal data connectivity.
This week, the Apache Arrow project released ADBC 24. Highlights include: 📦 Updated client libraries for 9+ languages 🔌 3 updated drivers (14+ more available) 📖 New and improved documentation site See the release announcement for more details: arrow.apache.org/blog/2026/07...
This week, @columnar.tech & @clickhouse.com announced the official ADBC driver for ClickHouse. It enables zero-conversion, end-to-end @arrow.apache.org transfer for analytics & AI applications. It works across C/C++, Go, Java, JavaScript/TypeScript, Python, R, Ruby, Rust, & more. Link in comments👇
This week, we released a new ADBC driver for Apache Spark, built in collaboration with dbt Labs. It’s available now as a pre-release, and we’d love feedback from early adopters. Try it out 👉 dbc install --pre spark Docs and quickstarts are linked in the comments
This week we announced a new ADBC driver for Apache DataFusion. DataFusion is Rust-native, but now you can use it from 10+ other languages through the same zero-copy Arrow ADBC interface that connects to 30+ other databases and query engines. Learn more: docs.adbc-drivers.org/drivers/data...
📣 Introducing databow: one command-line tool to query them all, built with Rust and ADBC. Query any SQL source that has an ADBC driver (30+ and counting) right from your terminal with one simple CLI. To install 👉 uv tool install databow More details at columnar.tech/blog/databow-cli
Introducing databow
One command-line tool to query them all, built with Rust and ADBC
columnar.tech
This week we released an ADBC driver for Quack, @duckdb.org’s new native client-server protocol. Now you can query remote DuckDB servers using the same ADBC interface you already use for local DuckDB across 7+ languages—no third-party server extensions required. columnar.tech/blog/quack-a...
Announcing an ADBC driver for Quack
A public preview of a driver for DuckDB’s new client-server protocol
columnar.tech
This week we released version 0.3.0 of dbc, the package manager for modern database drivers. This release makes dbc: 🧩 Easier to embed inside apps 🤖 Easier to run with AI agents ⚙️ Easier to set up in CI workflows Read the announcement and install or upgrade 👇 columnar.tech/blog/dbc-0.3.0
Announcing dbc 0.3.0
The third release of dbc improves the experience for applications and agents that need to install and manage ADBC drivers.
columnar.tech
AI coding tools speed up how we build data-driven apps. But legacy database access patterns slow us down. Join us for a live hands-on workshop to learn how ADBC makes database access faster, more portable, and better suited to analytical and agentic work. Register on Luma: luma.com/3lt47cj9
Hands-on workshop: Create data-driven apps faster with ADBC and AI · Zoom · Luma
AI coding tools are changing how we build data pipelines and applications, but all of that code still needs to connect to databases, and the connectivity layer…
luma.com
JavaScript and TypeScript developers have been paying “the JSON tax” on every database query: parsing, coercing, and validating results. Our latest post introduces the ADBC driver manager for @nodejs.org, which keeps results typed in @arrow.apache.org format end to end: columnar.tech/blog/json-tax
Stop paying the JSON tax
Arrow-native database connectivity for Node.js
columnar.tech
We heard you: ADBC is great, but you need it on mainframes. Introducing ADBC for COBOL. The same connectors that work with Python, Rust, and Go now work with a language originally designed for punch cards. columnar.tech/blog/adbc-co...
We built an ADBC interface for COBOL
Modern database connectivity meets 1959. It fits better than it should.
columnar.tech
The fastest operation is the one you don’t have to do. When a database natively supports @arrow.apache.org, ADBC can speed up fetching and ingestion by eliminating costly row/column conversions. How much faster is it in practice? We ran some benchmarks to find out. Link below 👇
This week we shipped 4 updated ADBC drivers with major performance gains: ⏱️ 3× faster queries (BigQuery, MSSQL) ⚡ >30× faster ingest (MySQL, Trino) How we achieved it, what’s next, and what vendors can do to unlock even more speed: columnar.tech/blog/adbc-dr...
A Deep Dive into ADBC Driver Optimization
What it takes to achieve good performance across different data systems
columnar.tech
This week we shipped the second release of dbc, the command-line tool for installing and managing ADBC drivers: 📦 More drivers (Oracle & Teradata) 🔐 Private registries 🛠️ Easier to embed in other tools 🧑💻 Better human UX 🤖 Better agent experience Full details in comments 👇
Fetch query results without ODBC / JDBC bottlenecks. The new ADBC driver for Databricks is now available in early release. Install it with dbc.
Stay up to date on modern data connectivity. The Current page on the Columnar website is a curated feed of news, posts, and talks from across the web. 👉 columnar.tech/current
Columnar Current
Columnar-related news, posts, and talks from around the web
columnar.tech
Data plumbing has never mattered more. From the maturation of open standards like ADBC and Iceberg to the infrastructure needed for agentic workflows, here are our 10 predictions for 2026 🔮 columnar.tech/blog/2026-pr...
10 Predictions for Data Infrastructure in 2026
What we see coming in the year ahead
columnar.tech
dbc is a command-line tool that makes installing ADBC drivers 10× easier. Haven’t tried it yet? Get started with our new cheatsheet. 📥Download it at t.co/JcD9ElEwqS
ADBC drivers in #Java? Yes. The latest release of ADBC adds a JNI layer that lets Java apps load drivers, run queries, and fetch results fast in @arrow.apache.org format. Read the new blog post from @ian.columnar.tech and David Li for examples and perf comparisons vs. JDBC. Link in comments👇
Looking for the fastest way to learn ADBC (@arrow.apache.org Database Connectivity)? Check out the ADBC Quickstarts repo for simple runnable examples in C++, Go, Python, R, and Rust: github.com/columnar-tec...
GitHub - columnar-tech/adbc-quickstarts: Simple examples showing how to use ADBC with various databases, query engines, and data platforms
Simple examples showing how to use ADBC with various databases, query engines, and data platforms - columnar-tech/adbc-quickstarts
github.com
A new startup, @columnar.tech, looks to streamline the copying of tabular data across systems, using @arrow.apache.org and the ADBC API. By @joabj.bsky.social
Apache Arrow's Final Frontier: Replacing Outdated Database Drivers
A new startup, Columnar, looks to streamline the copying of tabular data across systems, using Apache Arrow and the ADBC API.
bit.ly
The future of data connectivity is columnar. Today we launched @columnar.tech to accelerate the shift from slow, row-oriented APIs like ODBC and JDBC to >10x faster alternatives powered by @arrow.apache.org. Learn more 👇
Announcing Columnar
Back to the future of data connectivity
columnar.tech
ODBC is getting tired. It just can't keep up with the fast new kids in the data world these days. The next generation is ready to take the torch. Meet ADBC, a fast, modern data connectivity standard built on @arrow.apache.org. Watch my new talk from the @db.cs.cmu.edu seminar: youtu.be/TjlmNGNx77E
Where We’re Going, We Don’t Need Rows: Columnar Data Connectivity with Apache Arrow ADBC (Ian Cook)
YouTube video by CMU Database Group
youtu.be
Today's Future Data Systems Seminar Speaker: Ian Cook (@ian.columnar.tech) will present @columnar.tech's work on Apache Arrow's database connectivity API (ADBC). ADBC is available in modern DBMSs. Zoom talk open to public at 4:30pm ET. YouTube video available after: db.cs.cmu.edu/events/futur...
[Future Data] Where We're Going, We Don't Need Rows: Columnar Data Connectivity with ADBC - Carnegie Mellon Database Group
ADBC (Arrow Database Connectivity) is Apache Arrow’s answer to ODBC and JDBC:... Read More +
db.cs.cmu.edu
In September the @columnar.tech crew are headed to PyData Paris 2025 and the first ever Apache Arrow Summit. The organizer @quantstack.bsky.social is a dedicated supporter of @arrow.apache.org. We’re delighted to be sponsoring the event.
Welcome to our new sponsor Columnar !
New post by Pedro Holanda, Ian Cook, Dewey Dunnington and Bryce Mecum: Arrow IPC Support in DuckDB This blog post introduces the new arrow community extension, which boosts interoperability by allowing to consume/produce data through the Arrow IPC Serialization Format. duckdb.org/2025/05/23/a...