Re: Controlling resource utilization

2024-04-16 Thread Juan Rodrigo Alejandro Burgos Mella
In postgreSQL, that can be done at a session level, or at a general level (in the postgresql.conf configuration file) Atte JRBM El mar, 16 abr 2024 a las 15:18, yudhi s () escribió: > > > On Wed, 17 Apr, 2024, 1:32 am Juan Rodrigo Alejandro Burgos Mella, < > rodrigoburgosme...@gmail.com> wrote:

Re: Question on trigger

2024-04-16 Thread Adrian Klaver
On 4/16/24 12:39, veem v wrote: On Sat, 13 Apr 2024 at 21:44, Adrian Klaver > wrote: On 4/13/24 00:03, veem v wrote: > Thank you Adrian. > > So it seems the heavy DML tables will see an impact if having triggers > (mainly for each

Re: Controlling resource utilization

2024-04-16 Thread yudhi s
On Wed, 17 Apr, 2024, 1:32 am Juan Rodrigo Alejandro Burgos Mella, < rodrigoburgosme...@gmail.com> wrote: > Yes sir > > SET statement_timeout TO '' > > Atte > JRBM > > El mar, 16 abr 2024 a las 14:46, yudhi s () > escribió: > >> Hi , >> We want to have controls around the DB resource utilization

Re: Controlling resource utilization

2024-04-16 Thread Juan Rodrigo Alejandro Burgos Mella
Yes sir SET statement_timeout TO '' Atte JRBM El mar, 16 abr 2024 a las 14:46, yudhi s () escribió: > Hi , > We want to have controls around the DB resource utilization by the adhoc > user queries, so that it won't impact the application queries negatively. > Its RDS postgresql database

Controlling resource utilization

2024-04-16 Thread yudhi s
Hi , We want to have controls around the DB resource utilization by the adhoc user queries, so that it won't impact the application queries negatively. Its RDS postgresql database version 15.4. Saw one parameter as statement_timeout which restricts the queries to not run after a certain time

Re: Question on trigger

2024-04-16 Thread veem v
On Sat, 13 Apr 2024 at 21:44, Adrian Klaver wrote: > On 4/13/24 00:03, veem v wrote: > > Thank you Adrian. > > > > So it seems the heavy DML tables will see an impact if having triggers > > (mainly for each row trigger) created on them. > > > > And also the bulk DML/array based insert (which

AWS RDS Postgres and the DBA: Which/how many aws permissions/access do we really need?

2024-04-16 Thread Gus Spier
So, I'm looking for advice here. Can anyone recommend a list of useful/required AWS RDS permissions for a pro-active DBA? We are taking custody of a set of databases that will need sane backup and recovery plans; table partitioning; undiscovered postgres extensions and we don't yet know what

Re: efficiency random values / sequential ID values in indexes

2024-04-16 Thread Sanjay Minni
Thanks On Mon, Apr 15, 2024 at 6:19 PM Ron Johnson wrote: > On Mon, Apr 15, 2024 at 6:05 AM Sanjay Minni > wrote: > >> Hi >> >> Is there any appreciable difference in using random values or sequential >> values in indexes >> >> in a multi tenanted application there is a choice that the single

Re: Assistance needed for the query execution in non-public schema

2024-04-16 Thread Laurenz Albe
On Tue, 2024-04-16 at 16:30 +0530, Sasmit Utkarsh wrote: > msshctd=> SELECT setval(pg_get_serial_sequence('mqa_flfo_cstr', 'id'), > coalesce(MAX(id), 1)) from mqa_flfo_cstr; > ERROR:  permission denied for sequence mqa_flfo_cstr_id_seq > msshctd=> SELECT

Re: Assistance needed for the query execution in non-public schema

2024-04-16 Thread David Rowley
On Tue, 16 Apr 2024 at 23:00, Sasmit Utkarsh wrote: > msshctd=> SELECT setval(pg_get_serial_sequence('mqa_flfo_cstr', 'id'), > coalesce(MAX(id), 1)) from mqa_flfo_cstr; > ERROR: permission denied for sequence mqa_flfo_cstr_id_seq > msshctd=> SELECT setval(pg_get_serial_sequence('mqa_ffp_nval',

Assistance needed for the query execution in non-public schema

2024-04-16 Thread Sasmit Utkarsh
Hi Postgresql Team, I'm trying to execute the below query using the below psql 'host=cucmpsgsu0.postgres.database.azure.com port=5432 dbname=msshctd user=shc_uadmin password=x sslmode=require options=--search_path=shc_tty' msshctd=> show search_path; search_path - shc_tty (1

Re: Obsolete Linux downloads (Debian) instructions

2024-04-16 Thread Christoph Berg
Re: Daniel Gustafsson > > On 12 Apr 2024, at 12:43, Laura Smith > > wrote: > > > Who do I have to badger to get the obsolete and frankly dangerous Debian > > repo instructions fixed @ https://www.postgresql.org/download/linux/debian/ > > ? I still think that "frankly dangerous" is a gross

Re: Failing streaming replication on PostgreSQL 14

2024-04-16 Thread Nicolas Seinlet
Hello, > What exactly is "cyphered ZFS"? Can you reproduce the problem with some > other filesystem? If it's something very unusual, it might well be a > bug in the filesystem. The filesystem is openzfs with native aes-256-gcm encryption: