Re: Errors of a Postgresql replication with PowerBi

From: Ron Johnson <ronljohnsonjr(at)gmail(dot)com>
To:
Cc: Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: Errors of a Postgresql replication with PowerBi
Date: 2025-02-11 13:48:04
Message-ID: CANzqJaCUJ-2boYgVsjm9ev=YwoLUfGSr-aUswTHAfMborCJCAQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support pgsql-admin

On Tue, Feb 11, 2025 at 2:17 AM Erik Serrano <eserranos(at)gmail(dot)com> wrote:

>
> Dear Postgresql community,
>
> Along with greetings, I would like to consult a problem related to a
> streaming replication slave server in Postgresql version 15 that is being
> used as a server for PowerBi queries.
>
> I have been receiving some comments about errors in PBi queries that fail
> because they have problems with replication.
>
> The configuration of that server is basic (it has some additional
> parameters) but I think that some additional configuration can be done that
> allows me to improve the performance of the queries.
>
> I attach the errors that normally appear to me and my configuration file.
>
> I hope you can help me or guide me in a possible solution
> Thank you very much in advance
>
>
In the _004.jpg file, I see integer underflow. Or integer overflow that
wraps around to negative 2.1 billion.

Maybe that column needs to be a BIGINT, and the PBI code needs to use int8?

--
Death to <Redacted>, and butter sauce.
Don't boil me, I'm still alive.
<Redacted> lobster!

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Erik Serrano 2025-02-11 14:02:51 Re: Errors of a Postgresql replication with PowerBi
Previous Message Erik Serrano 2025-02-11 12:45:08 Re: Errors of a Postgresql replication with PowerBi

Browse pgsql-admin by date

  From Date Subject
Next Message Erik Serrano 2025-02-11 14:02:51 Re: Errors of a Postgresql replication with PowerBi
Previous Message Erik Serrano 2025-02-11 12:45:08 Re: Errors of a Postgresql replication with PowerBi