.NET
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

XData vs XRecord in xrefs

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
Fredrik.Larsen
1860 Views, 2 Replies

XData vs XRecord in xrefs

Hi

 

I have created some files that have a long string as XData on every entity in the model. When I add the file as an xref it takes forever to get the file in as an xref when there is some size to the model. 

 

Would it be faster to use XRecord, or is there a better way that can speed the loading of these xrefs?

2 REPLIES 2
Message 2 of 3

How long are the strings?

 

Generally speaking, you wont see much of an improvement in performance between XData and XRecords unless you are storing more than say 16K of data (the limit of xdata). An Xrecord data limit is 250 mb

 

 




Fenton Webb
AutoCAD Engineering
Autodesk

Message 3 of 3

If the performance issues you are seeing are actually caused by the xdata (and I'm not sure that's the case), whether you can make improvements would depend on what exactly the xdata represents. For example, are there many entities that can contain identical values in their xdata (implying a 'one-to-many' relationship) ?  If so, then one way might be to store the duplicated string in one location (in the Named Objects Dictionary or a dictionary attached to the BlockTableRecord that contains the entities), and reference it using an ObjectId that can be stored in an XRecord attached to the referencing entities (ObjectId references are correctly translated by AutoCAD in the deep clone process, but there's no such translation for handle references in stored in Xdata).

 

 

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk DevCon in Munich May 28-29th


Autodesk Design & Make Report

”Boost