Skip to content

Conversation

@krivard
Copy link
Contributor

@krivard krivard commented Jun 28, 2022

Prerequisites:

  • Unless it is a documentation hotfix it should be merged against the dev branch
  • Branch is up-to-date with the branch to be merged with, i.e. dev
  • Build is successful
  • Code is cleaned up and formatted

Summary

  • Switch to two quick joins when setting is_latest instead of one slow join
  • add merged_key_id indexes
  • fix bad syntax when logging exceptions
  • automatically call dbjobs after insert_batch

* Switch to two quick joins when setting is_latest instead of one slow join
* add merged_key_id indexes
* fix bad syntax when logging exceptions
* automatically call dbjobs after insert_batch
@krivard krivard requested a review from melange396 June 28, 2022 14:51
Copy link
Collaborator

@melange396 melange396 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks great!

Knocks out an additional unnecessary step in the query plan; we don't need the view to join merged_dim for us because we already did that
@melange396
Copy link
Collaborator

even better!

@krivard krivard merged commit fbf878e into krivard/v4-rpp-mergeddim-leftjoin Jun 28, 2022
@krivard krivard deleted the krivard/v4-rpp-mergeddim-leftjoin-repair branch June 28, 2022 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants