Packages

A high-performance, analytical Datalog engine for Gleam

Current section

Files

Jump to
aarondb include aarondb@shared@query_types_ShardedDb.hrl
Raw

include/aarondb@shared@query_types_ShardedDb.hrl

-record(sharded_db, {
shards :: gleam@dict:dict(integer(), any()),
shard_count :: integer(),
cluster_id :: binary(),
shard_map :: aarondb@shared@query_types:shard_map()
}).