profiles/desc: improve useflag description

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-06-18 18:34:17 +02:00
parent f3667a0681
commit e3c18be559

View File

@@ -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