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

Prevent DS FTS for Max Rows Config #193

Merged
merged 2 commits into from
Feb 24, 2025

Conversation

JVickery-TBS
Copy link

feat(logic): max rows for ds FTS;

  • Maximum records for datastore full text index.

We disable the FTS for datastore resources during XLoadering if the record count is too high, as this takes way way way too long. However, datastore_create will try to create the indices if they do not exist. So just needed to add in a little logic to prevent that in the ds backend script.

- Maximum records for datastore full text index.
- Added change log file.
@JVickery-TBS JVickery-TBS merged commit 22e4687 into canada-v2.10 Feb 24, 2025
1 check passed
@JVickery-TBS JVickery-TBS deleted the feature/ds-max-fts-rows branch February 24, 2025 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant