TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Tips on when and how to shard your database for scalability from CTO of Flixster

2 pointsby jeremyliewalmost 17 years ago
Going viral without going down - tips on when and how to shard your database for scalability from CTO of Flixster

1 comment

senthil_rajasekalmost 17 years ago
There is no silver bullet.<p>Caching is hot and database scaling architecture is very specific to your application.<p>"Feature based partitioning" sounds cool but does the data access layer do the cross database joins??<p>"Vertical partioning" again the data access layer can get complicated. I wish this was available as a piece of technology or service.