Viraj Jasani created PHOENIX-7028: ------------------------------------- Summary: Annotate client initiated Scan with metadata attributes Key: PHOENIX-7028 URL: https://issues.apache.org/jira/browse/PHOENIX-7028 Project: Phoenix Issue Type: Sub-task Reporter: Viraj Jasani
In order to efficiently avoid serializing as well as deserializing index maintainer objects from the client as well as server side respectively, we should annotate all client initiated Scan objects with sufficient metadata attributes that are required to perform cache lookup for index maintainers at the server side. We provide similar annotation for Upsert and Delete compilers (as part of PHOENIX-5521) which are later written with WALEntry. While this approach is prerequisite for elimination of the global index replication, the purpose of this Jira is to provide prerequisite for elimination of (de)serialization of index maintainer objects for index read and write path. -- This message was sent by Atlassian Jira (v8.20.10#820010)