Posts

Showing posts from September, 2022

SAP Commerce Cloud and Read-Only Replica

Image
 Introduction SAP Commerce Cloud introduced Read-Only Replicas as a standard feature for all production environments. Aim for Read-only data source is to offload batch queries or expensive ones from master data.  That data-source gives copy of same sized like master. When production runs on Premium P11 master, RO replica will be same, Premium P11 instance running side-by-side with master. Read-Only replica is available for all Premium DBs in CCv2. That is a standard functionality provided by Azure. Product Availability Feature is available from SAP Commerce Cloud version 1905 +.  With patches onward: 1905.37 , 2005.21 , 2011.16 , and 2105.6 . (You need to run update (aka 'Migrate Data') operation during deployment). CronJob and Job models have been extended and usage of replica has been simplified to a flag. This patch introduces the support for a read-only replica. The feature includes additional configuration options for the Backoffice search, task engine, Job/CronJob...