postfalk / django-etl-sync

Django ETL deriving rules from models and forms
Other
27 stars 11 forks source link

Time execution and identify potential for speedup #5

Closed postfalk closed 7 years ago

postfalk commented 7 years ago

This is pretty stale. I have already implemented ways to make it speedier. I might move to a Generator class that does less thorough checking by relying on model settings (e.g. unique together and not cover the update case).