DatabaseUtil
Public / Constants
BlockIndexFormatFloat32
Default IBlockIndexFormat implementation for 32-bit floating point values.
BlockIndexFormatFloat64
Default IBlockIndexFormat implementation for 64-bit floating point values values.
Public / Attributes
CacheMemory
Amount of memory to use for caching nodes of BlockStorage and BlockIndex objects.
The node cache is global, i.e. all BlockStorage and BlockIndex objects share it.
The default value is 32 <= N/64 <= 512
, where N
is the amount of total memory (see LowLevel.MemoryTotal), in megabytes.