mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-05-19 14:21:28 -04:00
updated changelog
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
- Minor list query and API rules optimizations:
|
||||
- Removed unnecessery correlated subquery expression when using back-relations via single `relation` field.
|
||||
- Replaced `DISTINCT` with `GROUP BY id` when rows deduplication is needed.
|
||||
_This should help with having a more stable and predictable performance even if the table rows are on the larger side._
|
||||
- Replaced `DISTINCT` with `GROUP BY id` when rows deduplication is needed and when deemed safe.
|
||||
_This should help with having a more stable and predictable performance even if the collection records are on the larger side._
|
||||
|
||||
|
||||
## v0.35.1
|
||||
|
||||
Reference in New Issue
Block a user