# Replica-aware routing public beta

DevFeed: [Replica-aware routing public beta](<https://devfeed.tech/articles/replica-aware-routing-public-beta-26967.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/replica-aware-routing-public-beta>)

Author: Amy Chen; Jan Mensch

Published: 2026-09-15T13:15:00Z

Content type: release

Language: en

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

Topics: [clickhouse](<https://devfeed.tech/topics/clickhouse.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>), [Replication](<https://devfeed.tech/topics/replication.md>), [Caching](<https://devfeed.tech/topics/caching.md>)

Tags: [cache](<https://devfeed.tech/tags/cache.md>), [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [consistency](<https://devfeed.tech/tags/consistency.md>), [replication](<https://devfeed.tech/tags/replication.md>), [routing](<https://devfeed.tech/tags/routing.md>)

## AI overview

ClickHouse introduces replica-aware routing in Public Beta for Enterprise customers. The feature routes requests to the same replica, allowing continued access to temporary tables and named sessions and supporting read-after-write consistency over HTTP or the native protocol.

## Source excerpt

Temporary tables and named sessions live on a single ClickHouse replica, so a follow-up query routed elsewhere can't see them. Replica-aware routing pins your requests to the same replica over HTTP or the native protocol -- and here's how we built it.