zachanator070 / rpgtools

MIT License
2 stars 1 forks source link

Speed up content import #246

Open zachanator070 opened 1 month ago

zachanator070 commented 1 month ago

Importing the SRD zip takes almost 5 min. This should be faster. Make it so.

This can most effectively be accomplished by implementing deffer able foreign keys so that checks can be differed until the transaction commits.