there are two options here. use a single entitydatabase and add the entities to the end. you keep track of id's by a placing some sort off offset that points to the end of the last entity after the last link pass. you can also load in two entityDatabases and merge them. this could work pretty easily, especially if a common universe is used for both databases.