Question
1
Replies
1424
Views
TCS
Posted: March 19, 2019
Last activity: April 25, 2019
Closed
Solved
Split Schema in Pega 7
What is the advantage of split schema in Pega 7 from developer or performance aspects?How the two schemas PegaRules(for Rule instances) and PegaData (for Work and Data instances) is an advantage over single schema in Pega 6?
***Edited by Moderator Marissa to update platform capability tags****
Please check below link
https://community.pega.com/knowledgebase/articles/high-availability-whats-new-pega-7
in the section Upgrade production PRPC.
“Split schema” refers to the idea of classifying the database tables used by PegaRULES into two categories : Rules tables and Data tables.
The primary goal for this is to decrease the amount of time a system must be unavailable during an upgrade. As such, this epic is a key part of the “high availability” goal.
The principle behind this idea is that rules change significantly from one release to the next, whereas data and work transcend releases. During an upgrade, one would install a completely new set of rules tables, while keeping the data tables (essentially) untouched.