About

Avatar von Dominik Liebler
  • Consistent Hashing – intelligentes Sharding

    Stellen Sie sich folgendes Szenario vor: Sie betreiben eine Webapplikation, die noch relativ jung ist, aber die Userzahlen explodieren und vor allem die Datenbank hinter der Anwendung ächzt schon unter der Last – vor allem der vieler Lesezugriffe. Die Lösung für dieses Problem ist allgemein bekannt: Caching. Doch damit die Caching-Architektur horizontal skalieren kann, müssen…

  • Is MySQL-partitioning useful for very big real-life-problems?

    Some months ago I helped out in another project in which they had some performance problems. They had a very big table and the index of the table was bigger than the table itself. As every change in the table causes MySQL to recalculate/reload the index, this can take some seconds for such big tables.…