You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: