implement futuresunordered mode

This commit is contained in:
Christian Schwarz
2024-12-12 13:55:35 +01:00
parent e051e916b6
commit 71b6aa2ab7
3 changed files with 22 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ class PageServicePipeliningConfigPipelined(PageServicePipeliningConfig):
PS_DIRECT_IO = ["direct"]
PS_IO_CONCURRENCY = ["serial", "parallel"]
PS_IO_CONCURRENCY = ["serial", "parallel", "futures-unordered"]
EXECUTION = ["concurrent-futures"]
NON_BATCHABLE: list[PageServicePipeliningConfig] = [PageServicePipeliningConfigSerial()]