You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pegasus.apache.org by GitBox <gi...@apache.org> on 2022/01/10 09:20:07 UTC

[GitHub] [incubator-pegasus] hycdong opened a new issue #877: enhancement(bulk_load): ingestion option change from copy into move

hycdong opened a new issue #877:
URL: https://github.com/apache/incubator-pegasus/issues/877


    IngestExternalFileOptions is the option for ingest operation.
   
   As RocksDB code(https://github.com/facebook/rocksdb/blob/v6.6.4/include/rocksdb/options.h#L1443) show:
   
   > struct IngestExternalFileOptions {
   > // Can be set to true to move the files instead of copying them.
   > bool move_files = false;
   > ...
   >}
   
   If IngestExternalFileOptions.move_files = true, ingest will move files, and its default value is false.
   
   Setting move_files as true can speed up ingestion and decrease disk write throughput during ingestion.


-- 
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: dev-unsubscribe@pegasus.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org


[GitHub] [incubator-pegasus] hycdong commented on issue #877: enhancement(bulk_load): ingestion option change from copy into move

Posted by GitBox <gi...@apache.org>.
hycdong commented on issue #877:
URL: https://github.com/apache/incubator-pegasus/issues/877#issuecomment-1008678483


   #864 


-- 
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: dev-unsubscribe@pegasus.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org


[GitHub] [incubator-pegasus] hycdong closed issue #877: enhancement(bulk_load): ingestion option change from copy into move

Posted by GitBox <gi...@apache.org>.
hycdong closed issue #877:
URL: https://github.com/apache/incubator-pegasus/issues/877


   


-- 
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: dev-unsubscribe@pegasus.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org