I have a large data set compiled by appending many small sets. The small sets are generated from other sources continuously. I keep appending the new small sets. After appending one new small set I will do some work on the large set. In particular I do sorting, among others. If every time I sort the whole large set, it takes long time. My question is can I just sort the new small sets after appending? Or any good strategy on my problem? Many thanks.
-
Login or Register
- Log in with
Comment