struct

Kuzu::Config

Inherits Struct < Value < Object

Constants

DEFAULT_BUFFER_POOL_SIZE = (512_u64 * 1024) * 1024

Constructors

new(buffer_pool_size : UInt64 = DEFAULT_BUFFER_POOL_SIZE, max_num_threads : UInt64 = 4, enable_compression : Bool = true, read_only : Bool = false, max_db_size : UInt64 = 1_u64 << 43)
Source

Instance methods

buffer_pool_size
Source
enable_compression?
Source
max_db_size
Source
max_num_threads
Source
read_only?
Source