Skip to content

Create search index assignments for notes

John Mason requested to merge jm-note-index-assignments into master

What does this MR do and why?

This MR introduces configurable "index assignments" for a root-level namespace. Previously the index was hard-coded for all namespaces. This will allow us to use partitioning by hashing the root-level namespace ID and using that to organize data into dedicated indices. (See epic: &9919)

Issue: #392337 (closed)

Additionally closes #393184 (closed)

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

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

Edited by John Mason

Merge request reports