зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 05:06:05 +02:00
m
Этот коммит содержится в:
родитель
994eef3378
Коммит
19e16e37d4
@ -1,2 +1,5 @@
|
||||
https://sqltest.online/
|
||||
https://sqltest.online/ru/
|
||||
https://sqltest.online/ru/books
|
||||
|
||||
https://www.sql-ex.ru/
|
||||
|
||||
@ -17,6 +17,8 @@ PostgresProfessional - RogovLuzanovTolmachyov - QPT13 - Query Optimization of p1
|
||||
! Nested Loop - node of plan
|
||||
! 12:00 select * from aircrafts a left join seats s on (a.aircraft_code = s.aircraft_code) where a.model like '...';
|
||||
! Nested Loop Left Join - node of plan
|
||||
! 19:00 nested-loop-join is effective on middle/sized cardinality only (for big ones need index)
|
||||
! + join can be done on anly condition
|
||||
p5 - Bitmap Scan 0:00 of 25:57
|
||||
https://www.youtube.com/watch?v=j7e7EANyJhE
|
||||
p4 - Inex Scan of 41:10
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
https://www.postgresql.org/docs/current/functions-srf.html
|
||||
https://postgrespro.ru/docs/postgrespro/17/functions-srf
|
||||
... from generate_series(1, 1e6) as id;
|
||||
|
||||
2025
|
||||
https://habr.com/ru/companies/otus/articles/874140/
|
||||
! generate_series
|
||||
|
||||
23
db/sql/postgres/feature/performance/tools/optimizer/tuned.txt
Обычный файл
23
db/sql/postgres/feature/performance/tools/optimizer/tuned.txt
Обычный файл
@ -0,0 +1,23 @@
|
||||
https://tuned-project.org/
|
||||
https://github.com/redhat-performance/tuned
|
||||
|
||||
https://github.com/xvitaly/tuned-switcher
|
||||
https://github.com/xvitaly/tuned-switcher/tree/master/docs
|
||||
https://github.com/xvitaly/tuned-switcher/blob/master/docs/screenshots.md
|
||||
|
||||
dnf
|
||||
tuned
|
||||
/usr/lib/systemd/system/tuned.service
|
||||
tuned-profiles-postgresql
|
||||
man ...
|
||||
/usr/lib/tuned/profiles/postgresql/tuned.conf
|
||||
tuned-utils
|
||||
/usr/bin/powertop2tuned
|
||||
/usr/libexec/tuned/pmqos-static.py
|
||||
|
||||
2024
|
||||
https://habr.com/ru/companies/otus/articles/859270/
|
||||
sudo apt install tuned
|
||||
https://www.opennet.ru/opennews/art.shtml?num=62307
|
||||
2019
|
||||
https://tuned-project.org/docs/tuned_devconf_2019.pdf
|
||||
5
pl/cross/methodologies/data-oriented/books.txt
Обычный файл
5
pl/cross/methodologies/data-oriented/books.txt
Обычный файл
@ -0,0 +1,5 @@
|
||||
2022
|
||||
Sharvit - Data-Oriented Programming
|
||||
https://libgen.gs/edition.php?id=142233369
|
||||
https://libgen.gs/adse0b950a2e99145978b73883e1f520995N400FPUD
|
||||
http://books.ms/main/e0b950a2e99145978b73883e1f520995
|
||||
1
pl/java/tools/build/maven/features/snapshots.txt
Обычный файл
1
pl/java/tools/build/maven/features/snapshots.txt
Обычный файл
@ -0,0 +1 @@
|
||||
https://stackoverflow.com/questions/5901378/what-exactly-is-a-maven-snapshot-and-why-do-we-need-it
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user