Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 481 Bytes

overview.md

File metadata and controls

16 lines (10 loc) · 481 Bytes

Hera Overview

The High Efficiency Reliable Access (Hera) sits in between the application and the database. The hera-jdbc JDBC driver connects to Hera.

Multiplexing

The Hera holds client connections and only uses a database connection when there's an active query. Database transactions or queries with multiple fetches aren't able to share the connection with other clients.