You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2015/01/16 19:37:34 UTC

[jira] [Created] (PHOENIX-1593) Use protobuf for all client/server data interchange in next major release

James Taylor created PHOENIX-1593:
-------------------------------------

             Summary: Use protobuf for all client/server data interchange in next major release
                 Key: PHOENIX-1593
                 URL: https://issues.apache.org/jira/browse/PHOENIX-1593
             Project: Phoenix
          Issue Type: Bug
            Reporter: James Taylor


Some things are already protobuffed, like PTable. However, other things aren't, such as Expression serialization along with various other serialization we do through Scan/Put attributes for Phoenix operations.

In the next major release, 5.0, we should firm this up and have a single protobuf message per operation (it's too late to do it for the 4.x branch, as we'd by definition be breaking b/w compatibility). This will prevent us from having to hack around the way we do to prevent client/server backward compat issues.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)