Skip to content

Include namespace_id when upserting search data

Heinrich Lee Yu requested to merge 393126-sync-namespace-id-search-data into master

What does this MR do and why?

Copy issue.namespace_id to issue_search_data.namespace_id. This will be used as the new partitioning key of the issue_search_data table.

How to set up and validate locally

  1. Create / update issues
  2. The associated search data record should have a namespace_id

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #393126 (closed)

Edited by Heinrich Lee Yu

Merge request reports