백업 파일 압축
Amazon S3 버킷 용량 절약을 위해 백업 파일을 압축할 수 있습니다. 백업 파일 압축에 대한 자세한 내용은 Microsoft 설명서의 Backup Compression
백업 파일 압축은 다음 데이터베이스 에디션에 지원됩니다.
-
Microsoft SQL Server Enterprise Edition
-
Microsoft SQL Server Standard Edition
백업 파일 압축을 설정하려면 다음 코드를 실행하십시오.
exec rdsadmin.dbo.rds_set_configuration 'S3 backup compression', 'true';
백업 파일 압축을 해제하려면 다음 코드를 실행하십시오.
exec rdsadmin.dbo.rds_set_configuration 'S3 backup compression', 'false';