Viraj Jasani created PHOENIX-7633: ------------------------------------- Summary: Tuple API to provide bytes size for the given Tuple Key: PHOENIX-7633 URL: https://issues.apache.org/jira/browse/PHOENIX-7633 Project: Phoenix Issue Type: Improvement Reporter: Viraj Jasani
The purpose of this Jira is to add new API to the Tuple interface to retrieve the total serialized size of the list of Cells without having to copy the bytes. The method provides an efficient way to determine memory footprint of tuples in Phoenix. The clients can keep track of the bytes size of the rows returned by the ResultSet or Tuple so far and accordingly determines how much data the end user application should process at a time, and keep re-iterating over next set of rows using efficient pagination. -- This message was sent by Atlassian Jira (v8.20.10#820010)