Hello all
I have a particularly large UserDefinedProperties table and I am desperately trying to reduce its size. I have removed all non-essential custom properties but it is still at 600,000 rows.
I do have alot of products however I believe there is a massive amount of rows appearing with blank information and I am trying to figure out if it is possible for properties with blank contents not to appear as a row in this table.
For example:
EXD
However some properties are not having this issue.
I have compared the Variables set-up between EXDETAILS_CARE and LightboxImage9 and with the exception of Place of Setting I can't see anything different (see attached screenshot).
Can anyone see why LighboxImage9 is more efficient than EXDETAILS_CARE in the UserDefinedProperties table?
If all properties acted efficiently like LighboxImage9 I could significantly reduce the size of the UserDefinedProperties table!
Many thanks
Paul
I have a particularly large UserDefinedProperties table and I am desperately trying to reduce its size. I have removed all non-essential custom properties but it is still at 600,000 rows.
I do have alot of products however I believe there is a massive amount of rows appearing with blank information and I am trying to figure out if it is possible for properties with blank contents not to appear as a row in this table.
For example:
EXD
- ETAILS_CARE is a custom property used in a small amount of my products. Therefore, within the Actinic UI, most products have blank (no information) in the property field.
- However there are 15445 rows containing the EXDETAILS_CARE within the UserDefinedProperties table. Therefore most of the 15445 rows in the table are appearing for blank information.
- I have tried swit
However some properties are not having this issue.
- LightboxImage9 is similar to EXDETAILS_CARE in that most products do not use this property and there are only 14 rows in the UserDefinedProperties table.
I have compared the Variables set-up between EXDETAILS_CARE and LightboxImage9 and with the exception of Place of Setting I can't see anything different (see attached screenshot).
Can anyone see why LighboxImage9 is more efficient than EXDETAILS_CARE in the UserDefinedProperties table?
If all properties acted efficiently like LighboxImage9 I could significantly reduce the size of the UserDefinedProperties table!
Many thanks
Paul
Comment