[
https://issues.apache.org/jira/browse/EAGLE-190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15190485#comment-15190485
]
Hao Chen commented on EAGLE-190:
--------------------------------
No need to register additional complex jdbc type double[], because eagle
storage system support both hbase and jdbc, in hbase we would serialize
everything as binary, but in mysql, we would only register those type we don't
want to store directly as binary for example some fileds in primitive type like
String, Integer, Boolean and so on which could be filtered through sql query,
otherwise for those types we don't register like double[], it will be
serialized as binary and store as Types.BLOB physically.
> JBDC Metadata Storage Extension
> -------------------------------
>
> Key: EAGLE-190
> URL: https://issues.apache.org/jira/browse/EAGLE-190
> Project: Eagle
> Issue Type: Improvement
> Reporter: Hao Chen
> Assignee: Hao Chen
>
> JDBC as metadata storage maybe more convenient and light-weight for user to
> use.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)