# Apache Phoenix Connector

DevFeed: [Apache Phoenix Connector](<https://devfeed.tech/articles/apache-phoenix-connector-8622.md>)

Original publisher: [Read original article](<https://trino.io/blog/2019/06/04/phoenix-connector.html>)

Author: Vincent Poon

Published: 2019-06-04T00:00:00Z

Content type: release

Language: en

Sources: [Trino Blog](<https://devfeed.tech/sources/trino-blog.md>)

Topics: [phoenix](<https://devfeed.tech/topics/phoenix.md>), [data](<https://devfeed.tech/topics/data.md>), [Query (disambiguation)](<https://devfeed.tech/topics/query.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [Framework](<https://devfeed.tech/topics/framework.md>), [Structured-data](<https://devfeed.tech/topics/structured-data.md>)

Tags: [apache](<https://devfeed.tech/tags/apache.md>), [clusters](<https://devfeed.tech/tags/clusters.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [data](<https://devfeed.tech/tags/data.md>), [feature](<https://devfeed.tech/tags/feature.md>), [framework](<https://devfeed.tech/tags/framework.md>), [integration](<https://devfeed.tech/tags/integration.md>), [map](<https://devfeed.tech/tags/map.md>), [operations](<https://devfeed.tech/tags/operations.md>), [phoenix](<https://devfeed.tech/tags/phoenix.md>), [schema](<https://devfeed.tech/tags/schema.md>)

## AI overview

Presto 312 introduces an Apache Phoenix Connector for querying HBase data through Apache Phoenix. It supports federation across multiple Phoenix clusters, joins with other Presto data sources, and complex operations such as aggregations and joins handled by the Presto engine.

## Source excerpt

Presto 312 introduces a new Apache Phoenix Connector, which allows Presto to query data stored in HBase using Apache Phoenix. This unlocks new capabilities that previously weren't possible with Phoenix alone, such as federation (querying of multiple Phoenix clusters) and joining Phoenix data with data from other Presto data sources.