Advertisement
Guest User

Untitled

a guest
Jul 5th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. CREATE index
  2.   reconciliation__entity_id__seen_on__entity_type ON
  3.   reconciliation(
  4.   entity_id,
  5.   seen_on,
  6.   entity_type
  7. );
  8.  
  9.  
  10. CREATE INDEX reconciled_entity_types__entity_type ON reconciled_entity_types(entity_type);
  11.  
  12. -- NOTE: unreconciled entities view here  https://pastebin.com/td3Z6Pr5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement