2830
English speaking PostgreSQL public chat. This group is for discussions on PostgreSQL-related topics and strives to provide best-effort support as well.
Just curious — url was to a real udemy or some scam fishing site?
Читать полностью…
Hello Nikhil, I have shared you the URL in your DM. Kindly enroll and share your valuable feedback. Thank you
Читать полностью…
If you are interested to explore how to integrate PostgreSql with AI to create database assistant, where you can generate the Sql queries automatically, let me know I have my course in Udemy. Will share you the Coupon code to assess it for free, sharing this out of interest to explore together
Читать полностью…
Is
SELECT ... FROM parent WHERE id=4 FOR UPDATE
INSERT INTO children (parent_id) VALUES (4)
PostgresTV hacking session live — join! we dig into direction of support of btree merge again (because now it has only split, hence inevitable index bloat and need to rebuild index), a hard but super interesting topic https://www.youtube.com/watch?v=c0wKWcPZnH0
Читать полностью…
Probably, he is banned there.
(I would recommend to ask moderators for unban)
If there's another edition of "Community Summit" at pgconf.dev, what are topics you would like to see discussed?
Читать полностью…
There is a mailing list on the postgresql website
Читать полностью…
Need to convert stored procedures from plsql to redshift sql ie postgress sql anyone providing support ping me
Читать полностью…
Can I ask you guys which tools you're using for ETL/migrations?
I mostly go with Apache Nifi but I wonder what other people are using for their daily work
But unless it's that particular case i wouldn't find a use case for it, and it's just promoting the secondary so nothing amazing or particular
Читать полностью…
Hello Mustafa, there is an issue sharing through you DM, not sure if you have any restrictions. Could you please drop me a note so that I can reply back with the details.
Читать полностью…
I am very much interest can you share me the code
Читать полностью…
Need to convert stored procedures from plsql to redshift sql ie postgress sql anyone providing support ping me
Читать полностью…
I'd say so, yes. You might decide to delete the record in your transaction, or change the id to 9.
Use SELECT ... FOR NO KEY UPDATE.
Dear Datadog:
Um, OK. So, what precise use is this metric?
The postgresql.database_size metric reports the disk space used by the database and is tagged with db. 1Читать полностью…
However, there's an important distinction: this metric does not include TOAST data, indexes, free space map, or visibility map.
Ah okay, but their number is visible. I think it's good to share their username instead :)
Читать полностью…
There's a thriving russian speaking channel though.
Читать полностью…
It's hard to translate so don't read this if u can't.
Постгрес.
Уровень repeatable read устраняет фантомное чтение в том смысле, что если другая транзакция во время текущей записала что-то, текущая этого не увидит и закомитит то что хочет, что может вызвать логические проблемы.
Уровень serializable не позволяет закоммитить текущую транзакцию, если какая-то другая сделала то, что для текущей транзакции бы вызвало фантомное чтение (если бы был уровень read committed).
Это так?
However, depending on the database size it might be worth to stop it and resync using basebackup
Читать полностью…
While performing vacuum full on primary whether we need to stop the replica
Читать полностью…
Hi i am Giving postgresql DBA offline interview suport in Hyderabad, call:8309555894
Читать полностью…
Simple answer: Streaming replication keeps a 1:1 copy of the cluster. No way around it. So no, it's not possible.
Читать полностью…
Useful if, for example, your data sits in the same place the secondary is. WAL streaming could be faster (considering wal is chunks of compressed data) than moving the original data and adding it in the primary
Читать полностью…