James Taylor created PHOENIX-2801: ------------------------------------- Summary: Use Apache Arrow format for data coming back from region server Key: PHOENIX-2801 URL: https://issues.apache.org/jira/browse/PHOENIX-2801 Project: Phoenix Issue Type: Improvement Reporter: James Taylor
We have our own packed row structure for returning scan results back to the client for queries. We should investigate storing the data in Apache Arrow (https://arrow.apache.org/) format to reduce memory consumption and enable more performant (potentially vectorized?) merge sorts on the results coming back. -- This message was sent by Atlassian JIRA (v6.3.4#6332)