mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-25 00:50:36 +00:00
implement futuresunordered mode
This commit is contained in:
@@ -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()]
|
||||
|
||||
Reference in New Issue
Block a user