robertmu commented on issue #1428: URL: https://github.com/apache/cloudberry/issues/1428#issuecomment-3515362592
1. zstd compression is not supported. cbcopy only supports gzip and snappy 2. Setting a compression level is not possible. There is no --compress-level option The compression behavior is fixed and automatic currently, snappy is used for COPY ON MASTER (for smaller tables). gzip is used for COPY ON SEGMENT (for larger tables). cbcopy does not provide user flags like --compress-type or --compress-level to control this behavior. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
