Skip to content

[MagicJoin] Allow the possibility to change the weight of individual keys or tables #3

@moufmouf

Description

@moufmouf

If MagicJoin is using a wrong path because some part of it is known to be insignificant, it could be great if we were able to rate it.

For instance:

$magicQuery->setMagicJoinForeignKeyWeight($tableName, $columnName, $weight);

or

// All FK of this table or all FK pointing to this table will be multiplied by $factor
$magicQuery->setMagicJoinTableWeight($tableName, $factor);

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