Skip to main content
1-Visitor
October 3, 2014
Question

Soft type versus Hard type performance test?

  • October 3, 2014
  • 2 replies
  • 1376 views

Is there any PTC documentation related to Performance Benchmark test - Soft Typing versus Hard Typing ?

2 replies

1-Visitor
October 3, 2014

I guess that performances between soft typing and hard typing are the same and depend only from amount of the attributes and attributes sizes. If type A has more attributes then type B, so A will stored slowly then B.

1-Visitor
October 6, 2014

Hi,

There are not many documents that mark the performance differences between modeled and soft types.

I was able to find some testing that was done on attributes. (see below) (blank shows normal response times)


Modeled Attribute
Standard Attributes
Global Attributes
Structure Navigation & Where UsedHigher

Folder Listing
HigherHigher
Create

Higher
Retrieve

Higher
Checkout

Higher
Update

Higher
CheckinHigher

DeleteHigher

In the Database Modeled Types have their own table as opposed to Soft Types.

The concern being that if you have a lot of Soft Types you may need to check the indexing to ensure the same performance.

Here is an article that I found that mentions using caching to prevent some small performance issue when using many soft type and attributes.

https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS28189&source=tssearch

  • xconfmanager -p -t codebase/wt.properties -s com.ptc.core.lwc.PrimeTypeCache=true

You can also find the instructions for the Modeled to Soft Type utility in the Customizers guide here:

http://support.ptc.com/WCMS/files/154113/en/10_1_M040_WindchillCustomizationGuide.pdf#150

Hope this helps, and good luck with your implementations!

Thanks,

Jarrett

hmikic1-VisitorAuthor
1-Visitor
October 13, 2014

Thank you for your help. It helps.

Regards,

Helena