Mon, 04 Feb

Algorithms: Design and Analysis, Part 1

I watched 7 videos because I only watched 3 videos in the last week. For me, this class is harder than Scala class which I took last year.

Tab-separated the minutes of the Diet

国会会議録データセット(対話コーパス)

Etsy uses master-master replication on their MySQL shards

Etsy uses sharded MySQL but they use master-master replication on each shards. When Etsy ALTER table, they cut down half of the shards, apply the change to the half and do same steps on an other half of the shards.