perf: Index various lists in SchemaCache to change complexity from O(n*n) to O(n) (#4396)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user