Hello community!!!

I would just like to ask your opinion about SQL performance. Say we have 3 different content types, all of which have an image. Is it better to create 3 different fields on the database or use the same field for all ?
eg
Case 1:

Content type 1: field_image_1
Content type 2: field_img_2
Content type 3: field_my_image

Case 2:
Content type 1: field_image
Content type 2: field_image
Content type 3: field_image

Thanks in advance!

Comments

nevets’s picture

If the same settings work for all three I would share one field.