Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't index search attribute used for passing data through visibility #2972

Merged
merged 1 commit into from
Jun 8, 2022

Conversation

dnr
Copy link
Member

@dnr dnr commented Jun 8, 2022

What changed?
Turn off indexing for TemporalScheduleInfoJSON, which is only used for passing data through and never for querying.

Modifying the versioned schema normally wouldn't be okay, but we haven't done a release with the new schema yet.

Why?
Maintaining an index for this field is useless, so we can disable it to reduce ES costs.

How did you test it?
manual test

Potential risks

Is hotfix candidate?

@dnr dnr requested a review from a team as a code owner June 8, 2022 18:15
@jbreiding jbreiding merged commit 49b57b7 into temporalio:master Jun 8, 2022
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.

None yet

2 participants