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