Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split model consructor into from-Python and from-DB paths, leading to 15-25% speedup for large fetch operations. #158

Merged
merged 5 commits into from
Jul 21, 2019

Commits on Jul 21, 2019

  1. Make as much metadata non-lazy as possible, for efficiency gains acro…

    …ss the ORM.
    
    Also have a simpler, more lightweight Model constructor for select queries from database.
    grigi committed Jul 21, 2019
    Configuration menu
    Copy the full SHA
    d655e19 View commit details
    Browse the repository at this point in the history
  2. changelog & bump

    grigi committed Jul 21, 2019
    Configuration menu
    Copy the full SHA
    85fd9be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca35e4a View commit details
    Browse the repository at this point in the history
  4. Doc perf changes

    grigi committed Jul 21, 2019
    Configuration menu
    Copy the full SHA
    40a1cbc View commit details
    Browse the repository at this point in the history
  5. Removed new commented code

    grigi committed Jul 21, 2019
    Configuration menu
    Copy the full SHA
    5a66662 View commit details
    Browse the repository at this point in the history