Logo des Repositoriums
 
Konferenzbeitrag

Improving Batch Performance when Migrating to Microservices with Chunking and Coroutines

Vorschaubild nicht verfügbar

Volltext URI

Dokumententyp

Text/Conference Paper

Zusatzinformation

Datum

2019

Autor:innen

Zeitschriftentitel

ISSN der Zeitschrift

Bandtitel

Verlag

Gesellschaft für Informatik e.V.

Zusammenfassung

When migrating enterprise software towards microservices, batch jobs are particularly sensitive to communication overhead introduced by the distributed nature of microservices. As it is not uncommon for a single batch job to process millions of data items, even an additional millisecond of overhead per item may lead to a significant increase in runtime. A common strategy for reducing the average overhead per item is called chunking, which means that individual requests for different data items are grouped into larger requests. However, chunking is difficult to integrate into existing batch jobs, which are traditionally executed sequentially. In this paper, we present a chunking approach based on coroutines, and investigate whether it can be used to mitigate the potential penalty to batch performance during migrations to microservices.

Beschreibung

Knoche, Holger (2019): Improving Batch Performance when Migrating to Microservices with Chunking and Coroutines. Softwaretechnik-Trends Band 39, Heft 4. Bonn: Gesellschaft für Informatik e.V.. PISSN: 0720-8928. pp. 20-22. 10th Symposium on Software Performance (SSP). Würzburg. 5.-6. November 2019

Zitierform

DOI

Tags