Skip to content
Snippets Groups Projects
Select Git revision
  • ec/raft-snapshotting-streaming
  • eju/gitaly/6506/6640/prepare-offloading
  • kn-fix-migration-context
  • activate-bundle-uri-generation
  • master default protected
  • jc/my-branch
  • mbayar/bump-minimum-go-version
  • 6270-restore-partition
  • 6628-persistent-routing-table
  • jliu/bump-module-version-to-v17
  • ec/raft-snapshotting
  • eju/gitaly/6539/offloading-helper-cache-alternate-entry
  • mb-fix-crypto-vuln
  • 17-7-stable protected
  • 17-8-stable protected
  • 17-9-stable protected
  • qmnguyen0711/integrate-etcd-raft-with-transactions-v2
  • feat/repo-assignment-migration
  • sh-limit-praefect-connection-age
  • gitaly-renovate-tools/golangci-lint/golang.org-x-tools-0.x
  • v17.7.6 protected
  • v17.8.4 protected
  • v17.9.1 protected
  • v17.8.3 protected
  • v17.7.5 protected
  • v17.9.0 protected
  • v17.9.0-rc42 protected
  • v17.6.5 protected
  • v17.7.4 protected
  • v17.8.2 protected
  • v17.6.4 protected
  • v17.7.3 protected
  • v17.8.1 protected
  • v17.8.0 protected
  • v17.7.2 protected
  • v17.8.0-rc42 protected
  • v17.5.5 protected
  • v17.6.3 protected
  • v17.7.1 protected
  • v17.7.0 protected
40 results

queue.go

  • Pavlo Strokov's avatar
    1fed0790
    Improve query to identify up to date storages for reads distribution · 1fed0790
    Pavlo Strokov authored
    Instead of checking for all storages the approach changed to
    check only a defined set.
    It helps omit of defining of the unique groups of storage and change
    with sorting in order to get the latest actionable rows in each group.
    The new query defines the list of the latest events per-storage
    based on the passed in list of storage names.
    It also relies on the new index that based on the updated_at column
    and helps to identify the latest actionable rows faster.
    
    Closes: #2944
    1fed0790
    History
    Improve query to identify up to date storages for reads distribution
    Pavlo Strokov authored
    Instead of checking for all storages the approach changed to
    check only a defined set.
    It helps omit of defining of the unique groups of storage and change
    with sorting in order to get the latest actionable rows in each group.
    The new query defines the list of the latest events per-storage
    based on the passed in list of storage names.
    It also relies on the new index that based on the updated_at column
    and helps to identify the latest actionable rows faster.
    
    Closes: #2944
Code owners
Assign users and groups as approvers for specific file changes. Learn more.