v0.36.1 Release
To update the prebuilt executable you can run
./pocketbase update.
-
Reverted the
DISTINCTwithGROUP BYreplacement optimization from v0.36.0 as it was reported to negatively impact the indexes utilization for some queries and the minor performance boost that you may get when used on large records is not enough to justify the more common use (#7461). A better generic deduplication optimization for large records (aka. records with largetext/jsonfields or many small ones) will be researched but there are no ETAs. -
Updated
modernc.org/sqliteto v1.44.2 (SQLite 3.51.2). -
Fixed code comment typos.