Create a design of merge operation between two files: 1 and 2 (1->2)
Issues:
- what to deal with different values: force rewrite or skip
- what to deal with already aggregated values (from archive 1-n), which are behind the retention of archive 0
related PRs: #43 and #35