struct Kuzu::Config

Defined in:

kuzu.cr

Constant Summary

DEFAULT_BUFFER_POOL_SIZE = (512_u64 * 1024) * 1024

Constructors

Instance Method Summary

Constructor Detail

def self.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) #

[View source]

Instance Method Detail

def buffer_pool_size : UInt64 #

[View source]
def enable_compression? : Bool #

[View source]
def max_db_size : UInt64 #

[View source]
def max_num_threads : UInt64 #

[View source]
def read_only? : Bool #

[View source]