Tobbe,
This is my opinion.
I would not use collections as this introduces performance decrease to end users. I always recommend using Partitions, Closed partitions are not written to so can safely be backed up as a once of, and then backing up new partitions as is.
Downsides of Collections:
End User Suffer with latency when viewing an item.
Index rebuilds take FOREVER, you better off compressing all the cabs and then indexing.
That's just my two cents, I will NEVER use cabs :)
--wayne