You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by liurenjie1024 <gi...@git.apache.org> on 2018/05/25 11:08:49 UTC

[GitHub] flink issue #5688: [FLINK-6968][Table API & SQL] Add Queryable table sink.

Github user liurenjie1024 commented on the issue:

    https://github.com/apache/flink/pull/5688
  
    @twalthr  I store each column separately to avoid encoding and schema management problems, also to reduce unnecessary data transfer when querying data. Issue multiple requests for multiple fields is one of the drawbacks.


---