Skip to content

Call to Information Schema is very slow for mariadb. can we use mysql.proc instead. #1547

@ashishkhadloya-ai

Description

@ashishkhadloya-ai

Software versions
MySqlConnector version: 2.4
Server type (MySQL, MariaDB, Aurora, etc.) and version: MARIADB 10.5
.NET version: .net8
(Optional) ORM NuGet packages and versions:

Describe the bug
There ia a documented bug which was fixed before.
Heavy usage of information schema periodically causing server performance issue #569

But the same issue is still re creatable for MARIADB. I have check the code in CachedProcedure.cs file line no 16 and it say use proc table only for not mariadb. but i am facing same issue with mariadb 10.5

Is there a workaround for the same

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions