Skip to content

Support new relation load strategy for MariaDB (relationJoins preview feature) #23346

@janpio

Description

@janpio

In versions 5.7.0 and 5.10.0 we released support for a new relation load strategy for PostgreSQL and MySQL as part of the relationJoins preview feature:

Although they usually overlap, this currently does not include MariaDB via the mysql datasource provider.

Unfortunately MariaDB does not support correlated subqueries, the method we use for this new relation load strategy for MySQL. (It also does not supports lateral joins, the method we use for PostgreSQL.) We would need to implement a completely different approach for MariaDB.

This issue is to track demand and use cases for implementing this new relation load strategy for MariaDB.

⚠️ Please upvote the issue by leaving a 👍 reaction. (Please do not comment with +1 or similar. Only "upvotes" on the issue itself will be taken into account, and comments without actual content will be hidden.)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions