Deploy schema changes

Schema changes involve adding or altering tables in the target WebSphere Commerce database. These actions are typically stored in SQL files. Each database vendor provides a means for running SQL files.


Task info

Do not run complex SQL scripts when the WebSphere Commerce database is busy, since the SQL scripts will compete with the WebSphere Commerce application on database resources, such as for CPU or memory. In addition, the SQL statements in the scripts may need to lock the database resources (such as database records or tables), and this may affect the WebSphere Commerce application because of lock waiting or deadlock problems.

If we are making schema changes and are using the WebSphere Commerce workspaces feature, it is important that you also invoke the authoring environment schema update utility when deploying these changes to the authoring environment.


Procedure


Next topic: Deploying schema and data changes with WCBD


Related concepts
Authoring environment schema update tool


Related tasks
Deploying schema and data changes with WCBD
Deploying custom database assets