Этот коммит содержится в:
Ihar Hancharenka 2025-01-09 09:47:56 +03:00
родитель 8539504d76
Коммит 8cab5c7d52
4 изменённых файлов: 17 добавлений и 2 удалений

Просмотреть файл

@ -5,7 +5,7 @@ https://www.postgresql.org/docs/current/planner-stats.html
https://www.postgresql.org/docs/current/multivariate-statistics-examples.html
2023
Otus - Anton Zolotov - Statistics usage for Query Optimization 1:00:00 of 1:55:27
Otus - Anton Zolotov - Statistics usage for Query Optimization 1:20:00 of 1:55:27
https://www.youtube.com/watch?v=yNAbEtnFikI
! 14:00 - create table ... with(autovacuum_enabled=false);
! 19:00 - select reltuples, relpages from pg_class where relname='<our-table>';

Просмотреть файл

@ -0,0 +1,13 @@
https://mapstruct.org/news/
1.6.x
https://mapstruct.org/news/2024-11-09-mapstruct-1_6_3_bug-fix-released/
https://mapstruct.org/news/2024-09-15-mapstruct-1_6_1_bug-fix-released/
https://mapstruct.org/news/2024-08-12-mapstruct-1_6_0-is-out/
https://mapstruct.org/news/2024-07-20-mapstruct-1_6_0_RC1-is-out/
! Presence checks for source parameters
https://mapstruct.org/news/2024-05-11-mapstruct-1_6_0_Beta2-is-out/
! conditional mapping for source parameters
https://mapstruct.org/news/2023-11-04-mapstruct-1_6_0_Beta1-is-out/
! passing annotations to the generated code
https://mapstruct.org/documentation/stable/reference/html/#adding-annotations

Просмотреть файл

@ -2,7 +2,7 @@
SpringDeveloper - Long - Spring Tips: Spring Data JDBC 0:00 of 27:35
https://www.youtube.com/watch?v=srBYXhhLVV4
! using records, cache
JPoint - Polivaha - Spring Data JDBC Problems 0:00 of 52:26
JPoint - Polivaha - Spring Data JDBC Problems of 52:26
https://www.youtube.com/watch?v=dfANAAxfQ2c
https://jpoint.ru/archive/2024/talks/cd59886578984e3b8edb76f85ae4aea8
! spring data jdbc contributor
@ -14,6 +14,8 @@ JPoint - Polivaha - Spring Data JDBC Problems 0:00 of 52:26
! you specify aggregate bounds youself and need to save/get full aggregate
! 9:00 - JdbcAggregateTemplate (the same pattern as Repository)
! 16:00 - IdValueSource.java - select insert/update behavior (BeforeConvertCallback) - for id-gen on client #1169
! 35:00 - QueryMapperConfiguration works for query-based stuff only at the moment #1006
! 36:00 - java time stuff
2023
https://www.youtube.com/playlist?list=PLbuI9mmWSoUFGL6B_NxB9IoGqyDq-vEen
2022