Page MenuHomeSoftware Heritage

Figure out what to do with 'misordered' directories in Cassandra
Closed, MigratedEdits Locked

Description

In postgresql, we stored the list of entries in an array (with an arbitrary order); while in Cassandra it is in a table, sorted by name.

Most of the time it does not matter; but some Git directories are not in the right order, which means they cannot be round-tripped through Cassandra.
We need to do something about these.

(Found while working on T75)

Possibly a duplicate of T3595

Event Timeline

vlorentz triaged this task as Normal priority.
vlorentz created this task.
vlorentz removed a project: meta-task.
vlorentz updated the task description. (Show Details)
vlorentz claimed this task.

We don't care anymore, this will be handled by T3753.