docs(changelog): v0.1.34 #331 VectorService batchUpdate 기록
This commit is contained in:
@@ -6,6 +6,13 @@
|
||||
|
||||
## 2026-06-15
|
||||
|
||||
### ⚡ #331 VectorService batchUpdate (v0.1.34)
|
||||
- saveRestaurantVectors: N+1 단건 INSERT → 단일 jdbc.batchUpdate(SqlParameterSource[])
|
||||
- UUID 인라인 변환 제거 → IdGenerator.newId() 공통화
|
||||
- 현재 N=1이지만 chunk 분할 도입 시 효과 본격화
|
||||
- 설계서: docs/design/331-vector-batch-insert/README.md
|
||||
- Refs: #331 (close)
|
||||
|
||||
### ⚡ #326 parseJson 단일 패스 (v0.1.33)
|
||||
- OciGenAiService.parseJson 잘린 배열 복구를 brace depth counter 단일 패스로 교체
|
||||
- 이전 O(N²) + Jackson 예외 양산 → O(N) + 명시적 에러 경로
|
||||
|
||||
Reference in New Issue
Block a user