|
|
|
|
|
by mikeyk
5373 days ago
|
|
Right now, it's a lookup dict in our Django app--which involves brief downtime just to update the shard map when moving the data (more on this in another post). We hash on user ID (in most cases) and then look the shard # in the dict, then look up the shard # in a logical-to-physical dict. By the way we use & love Sentry! |
|
Or I might be misunderstanding, and you're saying that you're just mapping which physical server has the schemas