CUDA_CACHE_DISABLE
CUDA_CACHE_MAXSIZE
CUDA_CACHE_PATH
$HOME/Library/Application Support/NVIDIA/ComputeCache
Linux: ~/.nv/ComputeCach
$OMNISCI_STORAGE/NVIDIA/ComputeCache
.CUDA_FORCE_PTX_JIT
nvidia-smi -pm
and nvidia-smi -ac
commands to maximize GPU clock speeds:StreamInserter
or SQLImporter
to reduce the overhead of records loaded or streamed.AVG(
columnName
)
for numerical columns, and COUNT(
columnName
)
for non-nullable text columns.start_heavydb --db-query-list
CREATE TABLE AS SELECT
to materialize a join expression as a new table. You can use the new table in your Immerse charts.--start-gpu
and --num-gpus
flags (see Configuration file).CUDA_CACHE_DISABLE
CUDA_CACHE_MAXSIZE
CUDA_CACHE_PATH
$HOME/Library/Application Support/NVIDIA/ComputeCache
Linux: ~/.nv/ComputeCach
$HEAVYAI_STORAGE/NVIDIA/ComputeCache
.CUDA_FORCE_PTX_JIT