ALIAS SQLPLUS SQLDBA se connecter bien comme il faut
Pour se connecter bien comme il faut
En poursuivant votre navigation sur ce site, vous acceptez l'utilisation de cookies. Ces derniers assurent le bon fonctionnement de nos services. En savoir plus.
Pour se connecter bien comme il faut
client en python pour se connecter à hvault :
Psycopg is the most popular PostgreSQL database adapter for the Python programming language.
Quelques liens à étudier
Se faire référencer auprès des grands comptes (actionco.fr)
Dix clés pour réussir son approche grands comptes - Nomination
Freelance : comment travailler avec des grands comptes ? (cadresenmission.com)
a completer
This query allows you to monitor the : autovacuum_freeze_max_age
SELECT datname, round(age(datfrozenxid)/to_number(current_setting('autovacuum_freeze_max_age'),'999999999')*100,1) as Percent FROM pg_database where datname != 'template0';
\t
select wait_event_type, wait_event from pg_stat_activity where pid !=pg_backend_pid();
\watch 0.5
Click her to see the next.
This site helped to resolve IPC wait event : Postgres checkpoint tuning | Tembo Docs
You have to adapt the checkpoint_timeout within the max_wal_size.
If the max_wal_size is 8Go then you can increase the default value of checkpoint_timeout (which is 5 min).
For big database with big wal size, you need to increase the checkpoint_timeout to avoid IPC wait event on the Buffers.
SELECT * FROM information_schema.role_table_grants WHERE grantee = '<role_name>';