perf: Index various lists in SchemaCache to change complexity from O(n*n) to O(n) (#4396)

This commit is contained in:
Michal Kleczek
2025-10-20 21:17:50 -05:00
committed by GitHub
parent ea5db2a09a
commit be9a0ab467
2 changed files with 12 additions and 9 deletions
+1
View File
@@ -13,6 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Fix loading utf-8 config files with `ASCII` locale set in #4386
- Fix not logging the JSON message to stderr on a `PGRST002` error by @laurenceisla in #4129
- Fix reloading the Schema Cache unnecessarily on a `PGRST002` error by @laurenceisla in #4367
- Fix schema cache loading taking long time for larche schemas #4360 #3704
### Added