Skip to content

Update of description of configurables.#857

Open
allenss-amazon wants to merge 1 commit intovalkey-io:mainfrom
allenss-amazon:docs
Open

Update of description of configurables.#857
allenss-amazon wants to merge 1 commit intovalkey-io:mainfrom
allenss-amazon:docs

Conversation

@allenss-amazon
Copy link
Member

This matches the current codebase.

Signed-off-by: Allen Samuels <allenss@amazon.com>

The search module uses the Valkey configuration mechanism. Thus each of the named configuration below can be set on the module load command OR via the `CONFIG SET` command.

| Name | Type | Default Value | Description |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to include when they should be changed?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally yes. That's something for the next time around.

| search.max-indexes | Number | 1000 | Controls the maximum number of search indexes that can be created in the system |
| search.prefiltering-threshold-ratio | String | 0.001 | Controls when pre-filtering is used vs inline-filtering for hybrid queries (range 0.0 to 1.0) |
| search.async-fanout-threshold | Number | 30 | Controls the threshold for async fanout operations (minimum number of targets to use async) |
| search.text-rax-target-mutex-pool-size | Number | 256 | Controls the mutex pool size for text rax operations |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was changed to Dev

Suggested change
| search.text-rax-target-mutex-pool-size | Number | 256 | Controls the mutex pool size for text rax operations |

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.

[DOCUMENTATION] Application Configurations and Metrics

2 participants