wenzelm [Sun, 20 Aug 2023 22:24:24 +0200] rev 78542
limit size and complexity of bulk transactions;
wenzelm [Sun, 20 Aug 2023 21:05:56 +0200] rev 78541
more scalable write_entries and Export.consumer via db.execute_batch_statement;
wenzelm [Sat, 19 Aug 2023 22:57:06 +0200] rev 78540
clarified signature: filter batch;
wenzelm [Sat, 19 Aug 2023 14:45:57 +0200] rev 78539
more scalable write_messages via db.execute_batch_statement;
wenzelm [Sat, 19 Aug 2023 14:34:36 +0200] rev 78538
support for execute_batch: multiple statements in one round-trip;
wenzelm [Thu, 17 Aug 2023 20:13:49 +0200] rev 78537
more robust;
wenzelm [Thu, 17 Aug 2023 20:06:24 +0200] rev 78536
restrict input_messages to master build_process: avoid excessive db traffic for distributed build_workers;
wenzelm [Thu, 17 Aug 2023 19:01:40 +0200] rev 78535
more scalable Database_Progress via asynchronous Consumer_Thread.fork_bulk;
wenzelm [Thu, 17 Aug 2023 16:15:25 +0200] rev 78534
clarified main_loop: support timeout, which results in consume(Nil);
wenzelm [Thu, 17 Aug 2023 15:12:18 +0200] rev 78533
tuned;