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

TXN preload #11

Merged
merged 4 commits into from
Jul 5, 2017
Merged

TXN preload #11

merged 4 commits into from
Jul 5, 2017

Commits on Jun 15, 2017

  1. Include preloading of a bunch of transactions.

    During 'recurse' loading all of the transactions to be done one-by-one
    is actually rather expensive. Instead we can load them ahead of time,
    and even allow the database to load them in whatever order is optimal
    for the db.
    jameinel committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    2491579 View commit details
    Browse the repository at this point in the history
  2. Batch the preload into chunks.

    When dealing with some forms of 'setup', the existing preload loads too
    much data and causes a different O(N^2) behavior. So instead, we cap the
    number of transactions we will preload, which gives an upper bound on
    how much we'll over-load.
    jameinel committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    924d95b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3e83d6 View commit details
    Browse the repository at this point in the history
  4. Revert "try to reuse the info.Queue conversion has a negative perform…

    …ance effect"
    
    This reverts commit 2ecd4fc.
    jameinel committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    b5ff827 View commit details
    Browse the repository at this point in the history