default_lmdb {contentid}R Documentation

default location for LMDB registry

Description

Helper utility to initialize an LMDB registry - matcher uses the pattern: "any file path ending in "lmdb". The default map size can be set using, e.g. options(thor_mapsize=1e12)

Usage

default_lmdb(dir = content_dir())

Arguments

dir

base directory for LMDB

Details

Windows machines may need to set a smaller map size, see thor::mdb_env for details.


[Package contentid version 0.0.18 Index]