Re: [Maria-developers] 1 Transaction and several threads

2017-08-03 Thread Oleksandr Byelkin
Hi! Am 03.08.2017 um 13:39 schrieb Sergei Golubchik: Hi, Sanja! FYI: https://jira.mariadb.org/browse/MDEV-515 and https://jira.mariadb.org/browse/MDEV-5835 It is https://jira.mariadb.org/browse/MDEV-13048 On Aug 03, Jan Lindström wrote: Hi, If we talk about bulk load I would write direct

Re: [Maria-developers] 1 Transaction and several threads

2017-08-03 Thread Sergei Golubchik
Hi, Sanja! FYI: https://jira.mariadb.org/browse/MDEV-515 and https://jira.mariadb.org/browse/MDEV-5835 On Aug 03, Jan Lindström wrote: > Hi, > > If we talk about bulk load I would write directly .ibd file format pages, > now as InnoDB has always some order between pages doing this in parallel >

Re: [Maria-developers] 1 Transaction and several threads

2017-08-03 Thread Jan Lindström
Hi, If we talk about bulk load I would write directly .ibd file format pages, now as InnoDB has always some order between pages doing this in parallel has challenges, we can read and parse input, sort it, reformat to InnoDB pages, write these pages (maybe you could do this also parallel). To speed