Hacker News new | ask | show | jobs
by ss64 657 days ago
Here's the claim that I read https://news.ycombinator.com/item?id=19418165

Changing all the database structures to match WP when they will not actually be running WP would not make much sense. I think they will leave all the tables exactly the same and just move them onto back-end hardware that is shared with WP. i.e. a separate database running on the same server farm. If would be nice if the press release were a bit less vague on this.

1 comments

That commenter was referring to media files (images and video), not relational database infrastructure. Completely separate parts of the stack. Media files weren't my area at all, but AFAIK parts of that comment weren't factually accurate at the time it was made, and furthermore iirc that commenter was someone who was previously disgruntled about being laid off in one of the many Verizon-led rounds of staff reductions. (Being disgruntled about a layoff is totally understandable, but you then have to take their comments about the company with a huge heaping of salt...)

> Changing all the database structures to match WP when they will not actually be running WP would not make much sense.

No one suggested that exactly, so I'm not sure what you're referring to here.

> i.e. a separate database running on the same server farm

You keep describing Tumblr's database infrastructure as if it's a single server. It's not. It's multiple discrete tiers of sharded databases, serving different purposes. You don't put a trillion rows in a single database. They have hundreds of database servers, hundreds of cache servers, hundreds to a few thousand application/web servers, etc.

Again, Tumblr is not just a blogging/CMS platform. It's a full social network, with the primary user experience being a dashboard activity stream, similar to the logged-in experience of Twitter, Instagram, and Facebook.

The proposed migration here is about migrating some portion of Tumblr's codebase and data to run off of the wordpress.com infrastructure, likely to reduce operating costs long-term. It's not clear whether that will consist of migrating the entire thing, or if it's just about shimming the public blog network (i.e. not the social network part). But in any case this isn't about just moving hardware.