Skip to content

shard index lookup table for higher write throughput and availability #8

@neeraj9

Description

@neeraj9

At present the index lookup table must be present in a single database. This is great for read (at least when the table is sufficiently small), but bad for write scalability. One of the solution is to shard the index lookup table based on the the source-id (lets just say apply modulo and limit to N=8 shards). It needs to be think through really well though.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions