Is Inserting to a large table slower than INSERTing to a small table
Hi All :
We are trying to decide if we should include data purging as a part of our app design.
Wanted to know, if inserting to a large table ( 50 mill rows ) more slow/expensive than inserting to a small table ( <1 mill rows )
Thank you