diff --git a/README.md b/README.md index c44be24..bca7afc 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Convert `has()` and `whereHas()` constraints to `join()` ones for single-result **NOTICE: Postgres' optimizer is very smart and covers JOIN optimization for dependent (correlated) subqueries. Therefore, this library is mainly targeted at MySQL which has a poor optimizer.** +**UPDATE: [MySQL's optimizer has also been updated in version `8.0.16`](https://zenn.dev/yumemi_inc/articles/e8ca9535dba0b6) to include optimizations similar to PostgreSQL. This library is no longer maintained.** + ## Requirements - PHP: `^7.3 || ^8.0`