|
|
|
|
|
by ss64
660 days ago
|
|
Migrating to to the "WordPress back end" is not the same as migrating to WordPress. The back-end database of Tumblr is reportedly very simple so migrating it to whatever database running on whatever OS is probably not too hard. The chance of them migrating all the application code to use some kind of hacked about wordpress theme is absolutely zero. |
|
I'm not sure what your source is for this, but it's not correct. The combination of scale, age, and number of product features makes it quite challenging.
My knowledge of Tumblr's db infra is about 6 years out of date, but by my math they hit the milestone of 1 trillion distinct relational rows (on primary databases alone, i.e. excluding copies on replicas) a few years back already.
During Tumblr's peak popularity (~2012 to early 2013), the daily posting rate at times exceeded 100 million posts/day. For sake of comparison, Twitter reportedly received about 5x that at the time, but Tumblr posts are larger and far more media-heavy on average. So it's accurate to say the total volume was almost comparable.
That all said, the scope of this migration pre-announcement isn't totally clear. My assumption is they just plan to move the public blog network front-end to WordPress, possibly using some sort of shim layer. But an important point here is the blog network is a minority of Tumblr's traffic, and always has been. Most HN users who have never actually created a Tumblr account fail to understand this: the popular part of Tumblr is the social network / logged-in dashboard experience, not the public-facing blog network.
If they plan to move the entire site/backend over to WP, that's a much more challenging migration. The ID mappings and differing sharding schemes alone make this an absolutely massive effort.
source: long ago I was personally responsible for Tumblr's database and cache scalability during its original period of hockey-stick growth.