[ 
https://issues.apache.org/jira/browse/AVRO-341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831364#action_12831364
 ] 

ryan rawson commented on AVRO-341:
----------------------------------

here are some initial thoughts on requirements for applications like hbase... 
one thing that sets hbase apart from systems like datanodes is there are high 
volume, small payload calls. Some calls have as little as 10-20 bytes in 
payload and we wish to make them thousands of times a second. Obviously this is 
easy to fit into a 1500 MTU, but also we want to make sure that deserializing 
these RPCs dont end up being a prohibitive cost. An optimized protocol could 
eschew all these features assuming a limited schema set and less features, but 
it would be nice not to have to do so.

 

> specify avro transport in spec
> ------------------------------
>
>                 Key: AVRO-341
>                 URL: https://issues.apache.org/jira/browse/AVRO-341
>             Project: Avro
>          Issue Type: Improvement
>          Components: spec
>            Reporter: Doug Cutting
>
> We should develop a high-performance, secure, transport for Avro.  This 
> should be named with avro: uris.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to