Re: Updated Fedora 40 and Fedora 41 RPM packages of Pgpool-II 4.5.5 in the repo

2024-12-28 Thread Gerhard Wiesinger
On 28.12.2024 18:49, Devrim Gündüz wrote: Hi, On Thu, 2024-12-05 at 07:16 +0100, Gerhard Wiesinger wrote: Any chance to get Updated Fedora 40 and Fedora 41 RPM packages of Pgpool-II 4.5.5 in the repo quickly? FWIW I updated the packages in PGDG repo a couple of weeks back. Regards, Yes

Re: Updated Fedora 40 and Fedora 41 RPM packages of Pgpool-II 4.5.5 in the repo

2024-12-05 Thread Gerhard Wiesinger
istiano On 05/12/2024 07:16, Gerhard Wiesinger wrote: Hello, Any chance to get Updated Fedora 40 and Fedora 41 RPM packages of Pgpool-II 4.5.5 in the repo quickly? Thnx. Ciao, Gerhard

Updated Fedora 40 and Fedora 41 RPM packages of Pgpool-II 4.5.5 in the repo

2024-12-04 Thread Gerhard Wiesinger
Hello, Any chance to get Updated Fedora 40 and Fedora 41 RPM packages of Pgpool-II 4.5.5 in the repo quickly? Thnx. Ciao, Gerhard

Re: PostgreSQL MVCC and alternative REDO implementation - my thoughts

2018-11-18 Thread Gerhard Wiesinger
On 18.11.2018 12:14, Martín Marqués wrote: El 18/11/18 a las 04:49, Gerhard Wiesinger escribió: Hello, I just read that blog article and I think switching to REDO logic is not a good idea. I think you got it the other way around. Postgres implementes REDO, that is, move forward by REDOing the

PostgreSQL MVCC and alternative REDO implementation - my thoughts

2018-11-17 Thread Gerhard Wiesinger
Hello, I just read that blog article and I think switching to REDO logic is not a good idea. REDO has the following disadvantages, think of the following scenario: Delete a lot of rows having 1 petabyte of data. 1.) PostgreSQL: has just do mark the rows as deleted, afterwards they have to be