Keith Williams

Results 229 comments of Keith Williams
trafficstars

> Ok but I also have some poor loading time in the app itself, could this be related to my Vercel Postgres db? Hard to say. We don’t use Vercel’s...

@asadath1395 Just assigned you. I see the original PR was closed to inactivity. Please let me know if you are not able to take this 🙏

@hariombalhara @zomars Are we good to come back and review this once more?

First thought that comes to mind is to implement directory sharding (example: [https://aws.amazon.com/what-is/database-sharding/](url). At a middleware layer, we can detect which customer is accessing the site and perform a shard...

**Options for technical implementation:** - **(Preferred and recommended option)** Geo sharding - Each company/user would be given a sharding key in the database based on selected region - This key...

> Wouldn't this introduce a lot of latency? No, it should be trivial, especially if we use solid caching techniques. > How will this functionality differ between our hosted and...

This started out as a separate experiment for the public router but is truly an extension of #8041 so if we choose this path, I will cherry-pick commits over to...

Initial tests are showing that this does in fact make a massive different on cold starts. We didn't see the benefits in #8041 because it only separated the slots router...

Closing this because all work now going into #8041