12
Design Object Limits in OpenAccess
All managed objects in an OpenAccess database are referenced using a 32-bit value, so the theoretical limit of any one type of object in a database is:
However, the actual number of any one type of object is often less than the theoretical limit.
OpenAccess has limited the total number of string-based objects (oaShapes) to this theoretical limit of 4,294,967,296 and the total number of named objects to around 2,147,483,648.
The table below lists the most common design data types and the maximum number of each type that can be safely created.
| Object Type | Limit | Notes |
|---|---|---|
Related Topics
Importing and Exporting Designs
Return to top