We have a requirement that we need to add additional attribute in existing object type that has millions of data. Some expert has suggested that if you add additional attribute then it will take lots of space in data base (Oracle in my case) for existing objects as well. So instead of adding new attribute create an ASPECT and add the attribute value in this aspect.
My question is that which one will be better option.
1. Adding new attribute?
2. Adding an aspect? This case also it will create a table in database with new aspect objects.
Please help me on this.