Discussion
CVS
US
Last activity: 28 Jun 2016 22:27 EDT
Is it adviable to store huge data on Data Pages if they are stored in Shared Storage.
Hello Everyone,
We came across a requirement , and would like to make use of Data Pages rather than Database Table to avoid expensive DB Calls. And what we are going to store on this Data page is the recent cards history of a CCP. I have below questions on this...
Are Node levelvdata pages stored in the shared storage, i.e. In a clustured env even if a JVM crashes, can we get this information from the shared storage.
If indeed they are stored in the shared storage, would they be copied to shared storage on a time to time basic or would they be stored in the shred storage from the very beginning.
Is it advisable to store huge amounts of data on a Data page in the shared storage.
Thanks,
Pradeep Gunda