@@ -6205,9 +6205,10 @@ physical_plan
6205620503)----CoalescePartitionsExec
6206620604)------AggregateExec: mode=Partial, gby=[], aggr=[count(Int64(1))]
6207620705)--------ProjectionExec: expr=[]
6208- 06)----------FilterExec: substr(md5(CAST(value@0 AS Utf8View)), 1, 32) IN (SET) ([7f4b18de3cfeb9b4ac78c381ee2ad278, a, b, c])
6209- 07)------------RepartitionExec: partitioning=RoundRobinBatch(4), input_partitions=1
6210- 08)--------------LazyMemoryExec: partitions=1, batch_generators=[generate_series: start=1, end=100000, batch_size=8192]
6208+ 06)----------CoalesceBatchesExec: target_batch_size=8192
6209+ 07)------------FilterExec: substr(md5(CAST(value@0 AS Utf8View)), 1, 32) IN (SET) ([7f4b18de3cfeb9b4ac78c381ee2ad278, a, b, c])
6210+ 08)--------------RepartitionExec: partitioning=RoundRobinBatch(4), input_partitions=1
6211+ 09)----------------LazyMemoryExec: partitions=1, batch_generators=[generate_series: start=1, end=100000, batch_size=8192]
62116212
62126213query I
62136214with test AS (SELECT substr(md5(i::text)::text, 1, 32) as needle FROM generate_series(1, 100000) t(i))
@@ -6233,9 +6234,10 @@ physical_plan
6233623403)----CoalescePartitionsExec
6234623504)------AggregateExec: mode=Partial, gby=[], aggr=[count(Int64(1))]
6235623605)--------ProjectionExec: expr=[]
6236- 06)----------FilterExec: substr(md5(CAST(value@0 AS Utf8View)), 1, 32) IN (SET) ([7f4b18de3cfeb9b4ac78c381ee2ad278, a, b, c])
6237- 07)------------RepartitionExec: partitioning=RoundRobinBatch(4), input_partitions=1
6238- 08)--------------LazyMemoryExec: partitions=1, batch_generators=[generate_series: start=1, end=100000, batch_size=8192]
6237+ 06)----------CoalesceBatchesExec: target_batch_size=8192
6238+ 07)------------FilterExec: substr(md5(CAST(value@0 AS Utf8View)), 1, 32) IN (SET) ([7f4b18de3cfeb9b4ac78c381ee2ad278, a, b, c])
6239+ 08)--------------RepartitionExec: partitioning=RoundRobinBatch(4), input_partitions=1
6240+ 09)----------------LazyMemoryExec: partitions=1, batch_generators=[generate_series: start=1, end=100000, batch_size=8192]
62396241
62406242query I
62416243with test AS (SELECT substr(md5(i::text)::text, 1, 32) as needle FROM generate_series(1, 100000) t(i))
@@ -6261,9 +6263,10 @@ physical_plan
6261626303)----CoalescePartitionsExec
6262626404)------AggregateExec: mode=Partial, gby=[], aggr=[count(Int64(1))]
6263626505)--------ProjectionExec: expr=[]
6264- 06)----------FilterExec: substr(md5(CAST(value@0 AS Utf8View)), 1, 32) IN (SET) ([7f4b18de3cfeb9b4ac78c381ee2ad278, a, b, c])
6265- 07)------------RepartitionExec: partitioning=RoundRobinBatch(4), input_partitions=1
6266- 08)--------------LazyMemoryExec: partitions=1, batch_generators=[generate_series: start=1, end=100000, batch_size=8192]
6266+ 06)----------CoalesceBatchesExec: target_batch_size=8192
6267+ 07)------------FilterExec: substr(md5(CAST(value@0 AS Utf8View)), 1, 32) IN (SET) ([7f4b18de3cfeb9b4ac78c381ee2ad278, a, b, c])
6268+ 08)--------------RepartitionExec: partitioning=RoundRobinBatch(4), input_partitions=1
6269+ 09)----------------LazyMemoryExec: partitions=1, batch_generators=[generate_series: start=1, end=100000, batch_size=8192]
62676270
62686271# FIXME: due to rewrite below not working, this is _extremely_ slow to evaluate
62696272# query I
@@ -6291,9 +6294,10 @@ physical_plan
6291629403)----CoalescePartitionsExec
6292629504)------AggregateExec: mode=Partial, gby=[], aggr=[count(Int64(1))]
6293629605)--------ProjectionExec: expr=[]
6294- 06)----------FilterExec: substr(md5(CAST(value@0 AS Utf8View)), 1, 32) IN (SET) ([7f4b18de3cfeb9b4ac78c381ee2ad278, a, b, c])
6295- 07)------------RepartitionExec: partitioning=RoundRobinBatch(4), input_partitions=1
6296- 08)--------------LazyMemoryExec: partitions=1, batch_generators=[generate_series: start=1, end=100000, batch_size=8192]
6297+ 06)----------CoalesceBatchesExec: target_batch_size=8192
6298+ 07)------------FilterExec: array_has([7f4b18de3cfeb9b4ac78c381ee2ad278, a, b, c], substr(md5(CAST(value@0 AS Utf8View)), 1, 32))
6299+ 08)--------------RepartitionExec: partitioning=RoundRobinBatch(4), input_partitions=1
6300+ 09)----------------LazyMemoryExec: partitions=1, batch_generators=[generate_series: start=1, end=100000, batch_size=8192]
62976301
62986302query I
62996303with test AS (SELECT substr(md5(i::text)::text, 1, 32) as needle FROM generate_series(1, 100000) t(i))
@@ -6319,9 +6323,10 @@ physical_plan
6319632303)----CoalescePartitionsExec
6320632404)------AggregateExec: mode=Partial, gby=[], aggr=[count(Int64(1))]
6321632505)--------ProjectionExec: expr=[]
6322- 06)----------FilterExec: substr(md5(CAST(value@0 AS Utf8View)), 1, 32) IN (SET) ([7f4b18de3cfeb9b4ac78c381ee2ad278, a, b, c])
6323- 07)------------RepartitionExec: partitioning=RoundRobinBatch(4), input_partitions=1
6324- 08)--------------LazyMemoryExec: partitions=1, batch_generators=[generate_series: start=1, end=100000, batch_size=8192]
6326+ 06)----------CoalesceBatchesExec: target_batch_size=8192
6327+ 07)------------FilterExec: substr(md5(CAST(value@0 AS Utf8View)), 1, 32) IN (SET) ([7f4b18de3cfeb9b4ac78c381ee2ad278, a, b, c])
6328+ 08)--------------RepartitionExec: partitioning=RoundRobinBatch(4), input_partitions=1
6329+ 09)----------------LazyMemoryExec: partitions=1, batch_generators=[generate_series: start=1, end=100000, batch_size=8192]
63256330
63266331query I
63276332with test AS (SELECT substr(md5(i::text)::text, 1, 32) as needle FROM generate_series(1, 100000) t(i))
0 commit comments