I have 30 columns in a table which will be frequently accessed. Out of 30 columns, 3 of the columns of type BLOB however it will be very rarely used.
Do we need to split the columns to different tables especially the blob?
We have some slowness but not sure whether it is due to having all blob columns in the same table.
Please advise.
Thanks