Advertisement · 728 × 90

Posts by Jean-Paul Argudo

pgSimload v.1.4.8 released today. It's just a maintenance release to upgrade underlying modules:
- built with Go 1.24.5
- dependencies upgrades:
- golang.org/x/crypto => v0.40.0
- golang.org/x/sys => v0.34.0
- golang.org/x/text => v0.27.0

github.com/CrunchyData/...

8 months ago 0 0 0 0

I'm happy to share that I'm starting a new position as **Senior Solution Engineer** at ❄️ Snowflake ❄️.
Very excited to bring some Elephants to the snow park! <3

10 months ago 3 0 0 0

pgSimload v.1.4.7 monthly build released!

Built with Go 1.24.3, dependencies upgrades:
- toolchain => go1.24.3
- github.com/jackc/pgx/v5 => v5.7.5
- golang.org/x/crypto => v0.38.0
- golang.org/x/sys => v0.33.0
- golang.org/x/text => v0.25.0

github.com/CrunchyData/...

10 months ago 5 0 0 0
PG Day France Conférence de la communauté PostgreSQL les 3-4 juin à Mons (Belgique)

@crunchydata.com will be present at PG Day France (pgday.fr) at Mons, Belgium ;-)

@karenhjex.bsky.social will present "Postgres sur Kubernetes pour le DBA réticent"

@louisemeta.bsky.social will present "Voyage au centre des statistiques dans Postgres"

Come and share #PostgreSQL love with us!

11 months ago 2 2 0 0
Preview
Logical replication from Postgres to Iceberg | Crunchy Data Blog We've launched native logical replication from Postgres tables in any Postgres server to Iceberg tables managed by Crunchy Data Warehouse.

@crunchydata.com : leading by innovation !
Logical Replication from Postgres to Iceberg: **marked as DONE**
www.crunchydata.com/blog/logical...

11 months ago 1 0 0 0
Preview
Release v.1.4.6 · CrunchyData/pgSimload Version 1.4.6 (April, 7th 2025) Major changes none this is mostly a monthly build, to refresh dependencies' versions Minor changes rebuild of binaries with dependencies updates: upgraded golang...

pgSimload v.1.4.6 released today. It's just a maintenance release to upgrade underlying modules:
upgraded crypto to v0.37.0
upgraded sys to v0.32.0
upgraded text to v0.24.0
upgraded jackc/pgx/v5 to v5.7.4

github.com/CrunchyData/...

1 year ago 0 0 0 0
PG Day France Conférence de la communauté PostgreSQL les 3-4 juin à Mons (Belgique)

Call of paper is still open at PGDay Fr 2025! Talks can be in English this year... And this will take place in Mons, Belgium, early June. Because PostgreSQL Fr is not about France, it's a recognized NPO about both French speaking countries and PostgreSQL ;-)
See you there!

pgday.fr/apropos

1 year ago 1 0 0 0
Preview
Release v.1.4.5 · CrunchyData/pgSimload Version 1.4.5 (February, 13th 2025) Major changes none this is mostly a monthly build, to refresh dependencies'versions Minor changes corrected a bug where -loops <number> could be ignored when...

pgSimload v.1.4.5 released today. A good number of minor changes, including better compiled binaries.

More info on github.com/CrunchyData/...

1 year ago 1 0 0 0
Advertisement
Preview
27.2. The Cumulative Statistics System 27.2.&nbsp;The Cumulative Statistics System # 27.2.1. Statistics Collection Configuration 27.2.2. Viewing Statistics 27.2.3. pg_stat_activity 27.2.4. pg_stat_replication 27.2.5. pg_stat_replication_sl...

pg_stat_archiver doc at : www.postgresql.org/docs/current...

1 year ago 0 0 0 0

-[ RECORD 1 ]--
wals_done | 10
wals_ready | 0

-[ RECORD 1 ]--+-
archived_count | 641
last_archived_wal | 00000001000000020000007C
last_archived_time | 2025-02-12 07:19:41.553684+00
failed_count | 0
last_failed_wal |
last_failed_time |
stats_reset | 2025-02-10 11:03:18.025733+00

1 year ago 0 0 1 0

2/ watch the psql exec of that query

watch -n 1 psql -x -f /tmp/query.sql

(3/..)

1 year ago 0 0 1 0

1/ create a /tmp/query.sql with

select count(*) filter (where pg_ls_dir~'done') as wals_done, count(*) filter (where pg_ls_dir~'ready') as wals_ready from pg_ls_dir('pg_wal/archive_status');
select * from pg_stat_archiver;

(2/..)

1 year ago 0 0 1 0

You need to inspect correctly WALs activities in a PG container in a quick, elegant and efficient way?

This is a solution I propose, with some FILTER love embedded.

(post 1/..)

1 year ago 1 0 1 0

+1

1 year ago 0 0 1 0
FOSDEM 2025 schedule with links to slides and videos Alternative view for FOSDEM schedule. With direct links to slides and video files (where available).

Marcin Juszkiewicz is maintaining that page too, updated every 2h and with a search box ! Thanks to him!

gpages.juszkiewicz.com.pl/fosdem-videos/

1 year ago 0 0 0 0
SReview 0.10.0. Code is available under the GNU AGPLv3. Patches welcome :-)

#FOSDEM 2025: two directories I refresh a lot this morning:

Status of video encoding/publishing:

review.video.fosdem.org/overview

Videos actually online:

video.fosdem.org/2025/

1 year ago 3 1 2 0
Karen Jex and Magnus Hagander introducing FOSDEM PGDay 2025 on stage

Karen Jex and Magnus Hagander introducing FOSDEM PGDay 2025 on stage

#FOSDEMPGDay the #FOSDEM fringe event dedicated to #Postgres is kicking off with an introduction by #PostgreSQL Europe board members @karenhjex.bsky.social and @magnus.hagander.net!

#OpenSource #Database #PGDay

1 year ago 9 3 0 0
Advertisement

Flashback to when I was teaching a DB Intro class that was in Oracle by decree from the lecturer, and it was so obvious I hated it that in the end-of-semester student eval I found, no joke, "please just let him use Postgres it's too painful"

1 year ago 21 3 1 0
Preview
Go 1.24 interactive tour Weak pointers, faster maps, directory-scoped access, and more.

Looks like @golang.org 1.24 is going to be pretty epic!

Weak pointers, properly working finalizers alone might change the game! Then optimized maps, native fake clock, benchmarking reliability and ease of use, and tooling dependency management.. and more!

antonz.org/go-1-24/

1 year ago 21 8 2 0
Release Version 1.4.4 (January 27th 2025) · CrunchyData/pgSimload Version 1.4.4 (January, 27th 2025) Major changes none this is mostly a monthly build, to refresh dependencies' versions Minor changes corrected a buggy output in Patroni Watched mode when it is...

pgSimload 1.4.4 is out:
- monthly rebuild with dependencies updates
- a small output bug in Patroni Watched mode with one unique instance

Please update your binary by downloading it there:
github.com/CrunchyData/...

1 year ago 0 0 0 0
Starting a new project with PostgreSQL | jpa's home Some tips and hints not to forget *from the start*

I tried to write a blogpost for #PostgreSQL newcomers, with some tips and hints of things to think about or do right from the start for any new project. Interested by your feedback:
blog.argudo.org/posts/newpro...

1 year ago 6 0 0 1

Twitter/X account closed. I planned to do that yesterday but... I didn't find time to, and then, forget to do it. One good thing done for today!

1 year ago 4 0 0 0

Je suis toujours étonné de voir combien de fois ça m'arrive encore... et encore. Et pourtant, c'est pas comme si ça faisait 30 ans que j'envoyais des mails :-(

1 year ago 1 0 1 0
My lab at home for PostgreSQL things | jpa's home From sandbox to sand castle!

I think a #PostgreSQL DBA can't never be too far from infrastructure components. Today this means *also* Kubernetes, "DevOps" and so on... What's your opinion? The last article on my blog about my home lab could be a good illustration : blog.argudo.org/posts/homelab/

1 year ago 6 0 1 0

This is 🤩 💯

1 year ago 0 0 0 0
Preview
Release PgBouncer 1.24.0 · pgbouncer/pgbouncer 2025-01-10 - PgBouncer 1.24.0 - "New year, new bouncer" Features Add support for Type=notify-reload for systemd. This requires systemd version 253 or later. (#1148) Add KILL_CLIENT command t...

PgBouncer 1.24.0 is out, with many improvements. And prepared statement support is now turned on by default! github.com/pgbouncer/pg...

1 year ago 7 2 0 0
Advertisement

Oui! je vois partout des posts pour faire en sorte que W10 puisse migrer à W11 (ou pas)... Ou éviter qu'outlook ne se mette à jour, etc. Mieux vaut passer sous Linux! Certes il faudra faire des efforts, et apprendre un peu (lire des docs surtout). Mais l'investissement est très vite rentabilisé !

1 year ago 0 0 0 0
PostgreSQL on Kubernetes (#1) | jpa's home The next train is about to start...

Sharing some thoughts about PostgreSQL on Kubernetes...
What are yours ?
blog.argudo.org/posts/kubern...

1 year ago 2 0 0 0
Preview
Release v.1.4.3 · CrunchyData/pgSimload Version 1.4.3 (December, 16th 2024) Major changes none this is mostly a monthly build, to refresh dependencies'versions Minor changes rebuild of binaries with dependencies updates: upgraded gol...

I did a pgSimload rebuild release v.1.4.3 by today.
Fixes a flaw the x/crypto/ssh go library (CVE-2024-45337)
github.com/CrunchyData/...

1 year ago 2 0 0 0
Home | jpa's home

So I've started a blog. I hesitated *a lot* before doing this. But I've been asked again at PostgreSQL Conference Europe 2024 in Athen by someone rather young (half my age) to write my journey in the PostgreSQL Community, so I did. Feel free to read or not to read, it's a blog :-)
blog.argudo.org

1 year ago 1 0 0 0