pg_sql | Unsorted

Telegram-канал pg_sql - PostgreSQL

2830

English speaking PostgreSQL public chat. This group is for discussions on PostgreSQL-related topics and strives to provide best-effort support as well.

Subscribe to a channel

PostgreSQL

Just curious — url was to a real udemy or some scam fishing site?

Читать полностью…

PostgreSQL

Hello Nikhil, I have shared you the URL in your DM. Kindly enroll and share your valuable feedback. Thank you

Читать полностью…

PostgreSQL

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

Читать полностью…

PostgreSQL

is it difficult to count isolated db size ?

Читать полностью…

PostgreSQL

Is

SELECT ... FROM parent WHERE id=4 FOR UPDATE

blocking
INSERT INTO children (parent_id)  VALUES (4)

(parent_id - FK)?

Читать полностью…

PostgreSQL

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

Читать полностью…

PostgreSQL

Probably, he is banned there.

(I would recommend to ask moderators for unban)

Читать полностью…

PostgreSQL

i'm pretty sure it's English only in here

Читать полностью…

PostgreSQL

If there's another edition of "Community Summit" at pgconf.dev, what are topics you would like to see discussed?

Читать полностью…

PostgreSQL

You are mentioning about reconfiguring

Читать полностью…

PostgreSQL

No you don't need to

Читать полностью…

PostgreSQL

There is a mailing list on the postgresql website

Читать полностью…

PostgreSQL

Need to convert stored procedures from plsql to redshift sql ie postgress sql anyone providing support ping me

Читать полностью…

PostgreSQL

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

Читать полностью…

PostgreSQL

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

Читать полностью…

PostgreSQL

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.

Читать полностью…

PostgreSQL

I am very much interest can you share me the code

Читать полностью…

PostgreSQL

Need to convert stored procedures from plsql to redshift sql ie postgress sql anyone providing support ping me

Читать полностью…

PostgreSQL

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.

Читать полностью…

PostgreSQL

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.

Читать полностью…

PostgreSQL

Ah okay, but their number is visible. I think it's good to share their username instead :)

Читать полностью…

PostgreSQL

There's a thriving russian speaking channel though.

Читать полностью…

PostgreSQL

It's hard to translate so don't read this if u can't.

Постгрес.

Уровень repeatable read устраняет фантомное чтение в том смысле, что если другая транзакция во время текущей записала что-то, текущая этого не увидит и закомитит то что хочет, что может вызвать логические проблемы.

Уровень serializable не позволяет закоммитить текущую транзакцию, если какая-то другая сделала то, что для текущей транзакции бы вызвало фантомное чтение (если бы был уровень read committed).

Это так?

Читать полностью…

PostgreSQL

csv, awk/sed, duckdb 😄

Читать полностью…

PostgreSQL

However, depending on the database size it might be worth to stop it and resync using basebackup

Читать полностью…

PostgreSQL

While performing vacuum full on primary whether we need to stop the replica

Читать полностью…

PostgreSQL

Hi where I can find pg careers in Europe?

Читать полностью…

PostgreSQL

Hi i am Giving postgresql DBA offline interview suport in Hyderabad, call:8309555894

Читать полностью…

PostgreSQL

Simple answer: Streaming replication keeps a 1:1 copy of the cluster. No way around it. So no, it's not possible.

Читать полностью…

PostgreSQL

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

Читать полностью…
Subscribe to a channel