Skip to content

Protection from too large size of index in memory. #11188

Closed
@alexey-milovidov

Description

@alexey-milovidov

The user may accidentially create a table with index_granularity = 1 and insert many rows.
In this case, the size of primary.idx may become too large, it will lead to OOM and subsequent infinite loop of OOM after startup.

Metadata

Metadata

Assignees

No one assigned

    Labels

    memoryWhen memory usage is higher than expectedusability

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions