Skip to content

[Query engine] Shard based off of tables #424

@levkk

Description

@levkk

Description

Route queries to shards based off of which tables are used in the query. This is useful for splitting traffic between sharded and unsharded tables, keeping unsharded tables on a single database.

Example config

[[sharded_mappings]]
database = "prod"
table = "ip_blocks"
kind = "table"
shard = 0

Metadata

Metadata

Assignees

No one assigned

    Labels

    bleeding edgeExciting new frontier stuff.
    No fields configured for Feature.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions