[ 
https://issues.apache.org/jira/browse/HIVE-19214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16445105#comment-16445105
 ] 

Eugene Koifman commented on HIVE-19214:
---------------------------------------

SDPO should work, though that is orthogonal.  If you have a simple Insert into 
an acid table, this would likely make reads suboptimal and so requires much 
more frequent compactions.  This may be justified in streaming (esp w/dynamic 
partitions) but it's not in all cases.  For example, if you have a table that 
is infrequently written to by large insert statements it may not need any 
compactions at all (unless you make this change as is) . There should be some 
config that can be set control this at least at table level though would be 
better per statement/connection.

> High throughput ingest ORC format
> ---------------------------------
>
>                 Key: HIVE-19214
>                 URL: https://issues.apache.org/jira/browse/HIVE-19214
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Streaming
>    Affects Versions: 3.0.0, 3.1.0
>            Reporter: Gopal V
>            Assignee: Prasanth Jayachandran
>            Priority: Major
>         Attachments: HIVE-19214.1.patch, HIVE-19214.2.patch
>
>
> Create delta files with all ORC overhead disabled (no index, no compression, 
> no dictionary). Compactor will recreate the orc files with index, compression 
> and dictionary encoding.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to