From c26a18c9dd831e93302800457a45a84271c7f98f Mon Sep 17 00:00:00 2001 From: jd-lara Date: Wed, 27 Sep 2023 19:06:50 -0600 Subject: [PATCH] increase LODF chunk size --- src/definitions.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/definitions.jl b/src/definitions.jl index 1501c6ff..167eaf6a 100644 --- a/src/definitions.jl +++ b/src/definitions.jl @@ -6,4 +6,4 @@ const GiB = MiB * KiB const MAX_CACHE_SIZE_MiB = 100 const ROW_PERSISTENT_CACHE_WARN = 1 * GiB -DEFAULT_LODF_CHUNK_SIZE = 10_000 +DEFAULT_LODF_CHUNK_SIZE = 30_000