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

Optimize speed and stabilize the batch graph refresh memory usage #15897

Commits on Sep 26, 2017

  1. Optimize speed and mem peaks a bit

    Optimize speed and mem peaks a bit doing removing attribute_index
    elements as we go and building all_attribute_keys inline
    Ladas committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    59c7172 View commit details
    Browse the repository at this point in the history
  2. Optimize serializable keys

    Optimize serializable keys by preloading it into hash and only
    calling serialize for columns that actually neeed it.
    Ladas committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    09f62cc View commit details
    Browse the repository at this point in the history
  3. Use pg_types for building serializable_keys

    Use pg_types for building serializable_keys and extract pg_types
    to init, so it's built only once.
    Ladas committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    7e5091f View commit details
    Browse the repository at this point in the history