Updated on 2025-09-04 GMT+08:00

Requirements and Objectives

Service Pain Points

In a standard query, JDBC will receive a significant amount of data when querying massive data. Reading all this data in full can potentially cause memory overflow.

Service Objectives

Execute streaming queries with JDBC to prevent memory overflow.