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

I get >800MB/s reads and writes unless I'm loading very old data, then I'm limited by the 300MB/s of the spinning drives

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

PostgreSQL

Yeh, there looked some nice ideas in there.

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

PostgreSQL

What I like is the flexibility, compared to zfs where you cannot grow with your data needs bcachefs is more like "add or remove drives and data flows automatically in the safest/fastest way"

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

PostgreSQL

I had some data loss due to some undetected hardware corruption that in turn triggered a bug from an old kernel version

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

PostgreSQL

Snapshotting is implemented fs-side (bcachefs), so if anything goes wrong i rollback the snapshots, else i commit and keep going on

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

PostgreSQL

Yeh. I use a plpgsql function and a table to implement execute once migrations. Then the schema can become a bunch of files to concat together.

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

PostgreSQL

I would advise against relying on db diffing for any form of schema management. It will only end in pain. And just reinforces a lack of good process.

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

PostgreSQL

https://www.red-gate.com/products/redgate-pgcompare/

I haven't tested it but looks promising

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

PostgreSQL

PostgreSQL Person of the Week interview with: Curt Kolovson

https://postgresql.life/post/curt_kolovson/

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

PostgreSQL

Just search you’re questions in the group. There is a search function b

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

PostgreSQL

SQL server DBA Can you please stop messaging people? Thanks.

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

PostgreSQL

Hello, Have anyone experienced the "select set_config (*)" takes seconds instead of ms to complete?

I have not been able to reproduce it but trace in the code captured it. Any clue?

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

PostgreSQL

Yes, pgaudit extension and aurora specific functionalities provide the same capabilities

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

PostgreSQL

Ain't there a proper logfile somewhere? One that tells you the actual error? Or a few more lines of the output above that? "An error has occurred" doesn't really help...

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

PostgreSQL

PostgreSQL Person of the Week interview with: Shlok Kumar Kyal

https://postgresql.life/post/shlok_kumar_kyal/

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

PostgreSQL

My setup is 2x 6T SSDs that work as a "foreground" target and caching devices, and a bunch of drives in raid where data slowly spills in background so all random read and writes are turned into sequential

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

PostgreSQL

Drive speeds are continuously logged and used to decide what device to prioritise for writes, for reads and so on...

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

PostgreSQL

Lead dev helped me recover the files, I wrote a bunch of scripts to carve postgresql files, at the end everything turned well

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

PostgreSQL

How are you finding bcachefs? I've been intrigued for a while, but the lead dev of it does not fill me with confidence.

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

PostgreSQL

Something like "20250813_change_implicit_smd_reel_position_to_explicit.sql"

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

PostgreSQL

"DIY" it's a bunch of date-coded well-written migration scripts. A simple table tracks the last executed script (aka the schema version)

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

PostgreSQL

The same way you do with code. I prefer to have an sql file per entity and a simple script to concat together. Makes reading changes in git very easy.

Otherwise look at something like pgroll.

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

PostgreSQL

how do you guys version control your database?
possibly something to integrate with ci/cd (syncing local version with prod)

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

PostgreSQL

For instance by searching “started”

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

PostgreSQL

can anyone provide complete guidence of Postgresql DBA.

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

PostgreSQL

I'd reckon some lock on the catalog?

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

PostgreSQL

Can anyone please share me the script to setup index optimization job for Postgresql

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

PostgreSQL

Can we do database audit in Aurora postgresql

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

PostgreSQL

Friends, please help, when installing PostgreSQL, an error occurs, which I have attached below. I tried changing the access rights to the folder, I tried disabling the antivirus, I tried creating a new account. I've tried everything. nothing helps... Has anyone encountered such an error?

Problem running post-install step. Installation may not complete correctly
The database cluster initialisation failed.

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

PostgreSQL

Using odbc driver for Postgresql

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