You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/09/26 14:24:15 UTC

[GitHub] [hudi] yihua commented on issue #6775: [Support] Is HUDI suitable for a usecase without incremental data ?

yihua commented on issue #6775:
URL: https://github.com/apache/hudi/issues/6775#issuecomment-1258120078

   @ranjani1993 Hudi also provides INSERT_OVERWRITE write action which is the same as overwrite operation in partitioned parquet tables.  Hud can still be suitable for your use case.
   
   If you do want to use UPSERT operation, since 0.11.0, SIMPLE index is used as the default.  You may want to try BLOOM if your record key field is ordered in some way.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org