pepkit / pepdbagent

Database for storing sample metadata
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

improve efficiency of forking #129

Open khoroshevskyi opened 4 months ago

khoroshevskyi commented 4 months ago

Forking takes a long time in big projects. This is due to the creation of peppy object. Can we skip creation of peppy object?

khoroshevskyi commented 4 days ago

I think code is pretty efficient for forking project. We are skipping already skipping creation of peppy object. More efficient way will be making copy of project in sql...

But for now it's fine...