Perspective Space
To support the perspective cache, the PERSPECTIVE cache object is defined in the CacheConfig.xml file.
Refer to the following sample:
<Cache> <Name>PERSPECTIVE</Name> <Description>This space maintains Perspective data</Description> <Type>distributed</Type> <ReplicationCount>0</ReplicationCount> <SingleByteObjectSize>240</SingleByteObjectSize> <MultiByteObjectSize>320</MultiByteObjectSize> <ListSize>50</ListSize> </Cache>By default, perspective uses the hibernate technology to interact with the database. However, if you want to use JDBC related libraries, change the value to false of the com.tibco.mdm.perspective.hibernate.enable property in Configurator.
Copyright © Cloud Software Group, Inc. All rights reserved.