Currently, we store docs with millisecond resolution. The goal is to support nanosecond resolution, which solves the problem of logs being permuted after the upload if they occurred at the same epoch millisecond.
Main problems/obstacles:
- backward compatibility
- seq-ui integration must be checked
- encoded MIDs block size increase should be estimated
Currently, we store docs with millisecond resolution. The goal is to support nanosecond resolution, which solves the problem of logs being permuted after the upload if they occurred at the same epoch millisecond.
Main problems/obstacles: