To evaluate the loading of our platform (django + postgresql), I would like to literally duplicate the amount of data in the system. Its a little harder to create mocks that could emulate different types of objects (since we have a very complex data model). Is there a way to create a duplicate database, redefine primary keys and unique fields for unused ones, combine them with the original?
ebury source
share