Question
Self
DE
Last activity: 15 Apr 2016 6:08 EDT
Save pagelists in external DB / leveraging PZPVStream for Custom tables
Hello all,
We are trying to find a way to store pagelists and page objects (inside the case) into external DB table. We created a Data class and mapped to a dedicated table and we created columns for single properties which works fine. We also have pages and pagelist properties which we would like to save and retrieve from DB.
I read in PDN and some posts that BLOB is not supported for custom tables mapped to DATA classes. There was a suggestion to keep the default class mapping to pr_other and leverage PZPVStream in pr_other to save the objects. I think the downside is while retrieving information the data is pulled from BLOB which is a slight compromise on performance.
I would like to know if anyone have tried saving page/pagelist entities in a custom extrenal table and retrieved the same using Obj-Browse etc.
Regards,
Swaroop