Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Version: Windchill 12.1
Use Case: Adding parts to workspace takes a long time
Description:
We have some large family tables (~1000 parts). There really isnt a good way to break these apart. It doesn't seem to matter if you select 1 part from the family table for 10, it always takes about a minute to add. It looks like Java is at nearly 100% CPU usage on the performance monitor (I believe this is single core utilization). Does anyone have recommendations on what might be hanging this up or how to investigate further?
Are you using SQL server as db ?
Yes.
I get to share my old content: 😀
Yes, despite how many instances you put in workspace, you are paying for the size of the family table. Numbers prove it and while this has gotten significantly better over the releases, its still does some processing across the table. It is possible to break up family tables or reduce their size. We did this years ago but I wonder now if speed improvements have obsoleted this issue. Something to consider in your 1000+ family tables is are there any sizes that you are not using and are likely never going to use. We removed them but can add back one or two based on user requests. Workspace times improved.