From e3c18be559706f42b70f17a27493760ded323e45 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 18 Jun 2022 18:34:17 +0200 Subject: [PATCH] profiles/desc: improve useflag description Signed-off-by: Alessandro Barbieri --- profiles/desc/cubelib_strategy.desc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/profiles/desc/cubelib_strategy.desc b/profiles/desc/cubelib_strategy.desc index aec00b964b..9e119c7342 100644 --- a/profiles/desc/cubelib_strategy.desc +++ b/profiles/desc/cubelib_strategy.desc @@ -3,7 +3,7 @@ # This file contains descriptions of CUBELIB_STRATEGY USE_EXPAND flags. -keepall - Set the data loading strategy to keepall -lastn - Set the data loading strategy to lastn -manual - Set the data loading strategy to manual -preload - Set the data loading strategy to preload +keepall - Set the data loading strategy to: keep all in memory, load on demand +lastn - Set the data loading strategy to: keep last n rows in memory +manual - Set the data loading strategy to: manual loading +preload - Set the data loading strategy to: keep all in memory, preloaded