[MariaDB developers] Re: Storing binlig in InnoDB/engine

2024-02-28 Thread Marko Mäkelä via developers
Hi Kristian, On Wed, Feb 28, 2024 at 2:27 PM Kristian Nielsen wrote: > > If we write the last modification LSN > > to the first page of the binlog tablespace, recovery can simply skip > > all log records for the binlog tablespace that are older than the LSN. > > Ah! Yes, I see, that seems a good

[MariaDB developers] Re: Storing binlig in InnoDB/engine

2024-02-28 Thread Kristian Nielsen via developers
Marko Mäkelä writes: > Hi Kristian, > > On Mon, Feb 26, 2024 at 8:31 PM Kristian Nielsen > wrote: >> > I would tweak the log checkpoint to ensure that all pages of the >> > "previous" binlog tablespace must be written back before we can >> > advance the log checkpoint. The tablespace ID (actuall

[MariaDB developers] Re: [PATCH 0/2] Suggestion for smaller fix to XA parallel replication performance, MDEV-31949

2024-02-28 Thread Kristian Nielsen via developers
Kristian Nielsen via developers writes: > The XA COMMIT will normally be scheduled on the same worker as the XA > PREPARE, unless the two events are far apart in the replication stream. This > is mostly unavoidable in the current XA replication design, since the XA > PREPARE and XA COMMIT of a si

[MariaDB developers] Fwd: 2342aaf46eb: MDEV-30973 Implement debug logging for slave_transaction_retries

2024-02-28 Thread Aleksey Midenkov via developers
Hi Sergei, the commits are in bb-11.4-midenok-MDEV-30973 New changes are in 4 top commits. There is also a small CMake change "Columnstore empty submodule fix" which I would push ASAP. On Tue, Nov 7, 2023 at 8:35 PM Sergei Golubchik wrote: > > Hi, Aleksey, > > On Nov 07, Aleksey Midenkov wrote: