perf: remove json_typeof (#3316)

This commit is contained in:
Steve Chavez
2024-03-08 16:02:28 -05:00
committed by GitHub
parent 9405a62de8
commit 650249ed29
6 changed files with 55 additions and 18 deletions
+1
View File
@@ -12,6 +12,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #3061, Apply all function settings as transaction-scoped settings - @taimoorzaeem
- #3171, #3046, Log schema cache stats to stderr - @steve-chavez
- #3210, Dump schema cache through admin API - @taimoorzaeem
- #2676, Performance improvement on bulk json inserts, around 10% increase on requests per second by removing `json_typeof` from write queries - @steve-chavez
### Fixed