English speaking PostgreSQL public chat. This group is for discussions on PostgreSQL-related topics and strives to provide best-effort support as well.
Third option would be to enable timeout at application end or postgres statement timeout so large sort doesn't run long enough to fill disk.
Читать полностью…Hello All,
My postgres database is frequently crashing due to data filesystem disk full . . When analyzed it shows when there is a particular select query is running this happens.
What do i do to restrict from outage. The queries can be hit on db at any time by any process but is there a way to set limit for temporary storge when the sorts are huge?
Usually restore to another host to avoid any accidents. On new host you can use whatever data directory you want.
Читать полностью…Hi Team,
Can we restore a database on new drive other than existing data directory in same server on window's?
We understand....speak abt the qtn being raised and not something else
Читать полностью…Backdoor Immediate Requirement
Technology: MySQL, PostgreSQL,MongoDB
Experience: 3 to 10 years
Company: JP MORGAN
Package: 13 to 40 Lpa
Contact on WhatsApp: 7799000409
(Resources need to go for onsite for 2 years)
Message me directly
Work Location: India, USA, Germany
HI
But why you need super user permission to be given to any user.
what is the actual need
Hi ,
I want to learn performance optimization techniques
Can anyone suggest some documentation or video lectures
Like how to change a sequential scan to index scan when it's taking time
I don't know why developers continue using large object data types instead of bytea ( when they usually store less than 1gb) and after they ask for a replication method as fast as cdc.
I am checking etl tools but most of the open-source one have been closed recently like talend (qlik bought them), pentaho community ( hivati changed).., have you got any recommendations?. Source and target database are postgres and I was going to use pg_logical or postgres native pub/sub.
I wonder if they mean permission to create objects on public schema...
Читать полностью…Hello everyone..I have migrated postgres version from 13 to 16 which is running on azure. After migration my existing scripts are failing where I am trying to grant postgres to my application users. I have seen in the official documentation that this is some change hapnd in 16 version which needs some admin option. Any one have any solution available. as it is azure I don't have any super user access. Anyone aware of this please help
Читать полностью…It seems to me that 90% or more of those are inadequate "DBAs" that were assigned a Postgres database and have no idea what they are doing. And they have zero interest in participating in the community either online or at events. They just want to get free stuff because that's what free software is all about right?
Читать полностью…Thanks. Any ways to set limit on db settings? Like the temp size limit available in db2 and mysql
Читать полностью…Write better queries, check explain plan and avoid unnecessary hash/merge joins on large tables, avoid unnecessary sorting, aggregation etc.
Or get bigger disk, increase memory then increase work_mem
Generally, why not?
Well, however, how could WE know what you can and what you can not?
Your question is too generic and something even a simple chatgpt or google search can reveal.
Читать полностью…If u don't hav , there are still 2.5 members in this grp where in any one can answer...as simple as that
Читать полностью…Unfortunately, the use of obscene language is prohibited here.
Читать полностью…What are you trying to achieve by giving app users or any kind of users establishing database connection to give Postgres Super user permission???
By doing so, really ur making ur environment out of control and mayhem, and won't be able to manage and administer your database performance, access, permission, etc...
That's a terrible idea anyway.
Time to re-think which permissions your users really require, I'd say.
Making member of postgres..GRANT postgres to newuser;
Читать полностью…Cloud providers usually don't give superuser access or it could be not same as usual postgres. Better create support case for cloud vendor. Anyway you must be paying for it.
Читать полностью…Absolutely. And non-engineering companies' management won't give 1% of care either if their employees wanted to.
Читать полностью…I'm so tired of no actual discussions happening, just people coming here and dumping whatever query they have without bothering to read documentation or explain themselves
Читать полностью…