Multiple choice technology packaged enterprise solutions

We know that there are two mechanisms in which an instance is taken care to be stored in database. These are, 1. There will be a column for some of the properties of instance 2. Additionally there will be another column to store entire instance as BLOB Specify the column name in which instance is stored as BLOB

  1. pzInsStream

  2. PzPVStream

  3. pzObjStream

  4. pzRefStream

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Pega stores the serialized XML or JSON representation of a rule or work instance in a binary large object (BLOB) column named pzPVStream. Other options like pzInsStream, pzObjStream, and pzRefStream are incorrect column names that do not store the main instance BLOB payload.