Search Shard Routing

Official ElasticSearch documention can be found here

Additional Notes

If the way we are storing documents per account starts leading the shards that are way too big, we could manage what shards different accounts are stored on in our own mapping table and specify in our elastic search requests to store and read data from a specific shard by setting preference to preference=_shards:{shard number here}.


Revision #1
Created 12 August 2024 12:29:55 by Quinn Godfrey
Updated 12 August 2024 14:25:42 by Quinn Godfrey