Skip to content

Limit the size of index names #1270

Description

@baswanth09

Limit search index name size

FT.CREATE currently has no search-specific limit for index-name length, so names are bounded only by Valkey’s generic bulk-string limit.

Index names are stored in schemas and used across persistence, cluster communication, responses, and logs. Unreasonably large names can cause unnecessary memory, processing, and network overhead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions