home.social

#sharding — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #sharding, aggregated by home.social.

fetched live
  1. 🎉 Behold! The groundbreaking "Database Traffic Control" that will revolutionize the way you stare blankly at your screen while pretending to understand #sharding and traffic shaping. 🚦 Now you can finally sleep soundly knowing that your database is being controlled by AI agents, because who needs humans in the mix anyway? 🙄💼
    planetscale.com/blog/introduci #DatabaseTrafficControl #AIagents #TrafficShaping #TechRevolution #HackerNews #ngated

  2. 🎉 Behold! The groundbreaking "Database Traffic Control" that will revolutionize the way you stare blankly at your screen while pretending to understand #sharding and traffic shaping. 🚦 Now you can finally sleep soundly knowing that your database is being controlled by AI agents, because who needs humans in the mix anyway? 🙄💼
    planetscale.com/blog/introduci #DatabaseTrafficControl #AIagents #TrafficShaping #TechRevolution #HackerNews #ngated

  3. Manticore Search 27.1.5: аутентификация, шардированные таблицы, диалоговый поиск и более быстрый векторный поиск

    Manticore Search 27.1.5 выпущен. Этот релиз приносит встроенные аутентификацию и авторизацию, шардированные таблицы, conversational search, более быструю сборку HNSW, улучшенные фасетирование и агрегации, а также длинный список исправлений в KNN, репликации, совместимости протоколов и других областях. Этот пост - сводка всего, что вышло с 25.0.1 по 27.1.5 .

    habr.com/ru/articles/1050120/

    #полнотекстовый_поиск #векторный_поиск #аутентификация #семантический_поиск #sql #sharding

  4. Шардинг* с равномерным распределением

    Договоримся о терминах:· *Шардинг БД (db sharding) — это метод горизонтального масштабирования, при котором большая база данных разбивается на более мелкие, независимые части (shards), размещаемые на разных физических или виртуальных серверах. Каждый шард содержит подмножество данных, что снижает нагрузку на отдельные узлы, ускоряет запросы и позволяет хранить большие объемы информации, преодолевая ограничения вертикального масштабирования · **Read consistency (согласованность чтения) в БД — это гарантия того, что транзакция видит согласованное состояние данных, соответствующее определенному моменту времени (обычно моменту начала транзакции или запроса).

    habr.com/ru/articles/1008762/

    #Шардинг #sharding

  5. 10 000 RPS и доступность 99,99%: как устроено шардирование PG в процессинге Яндекс Такси

    Когда система растёт, нагрузка на базу становится критичной, а готовых решений для шардирования PostgreSQL не хватает. Стандартные подходы не подошли — поэтому команда сделала свое решение для шардирования в ядре процессинга заказов. Оно позволяет решардировать данные без простоев и деградации метрик. Привет, Хабр! Меня зовут Игорь Березняк, я руковожу группой процессинга в Техплатформе Городских сервисов Яндекса. В этой статье по мотивам моего доклада на

    habr.com/ru/companies/yandex/a

    #postgresql #шардирование #sharding #userver #Распределенные_системы #Миграции_данных

  6. #CaseStudy - Discover how #Uber evolved their distributed storage platform from static rate limiting to a priority-aware load management system to safeguard their in-house databases.

    This shift tackled the limits of QPS-based rate limiting in large, multi-tenant systems - handling noisy neighbors, and protecting tail latency.

    Read more on #InfoQ 👉 bit.ly/4rjf8IW

    #DistributedData #LowLatency #Sharding #LoadBalancing

  7. - Discover how evolved their distributed storage platform from static rate limiting to a priority-aware load management system to safeguard their in-house databases.

    This shift tackled the limits of QPS-based rate limiting in large, multi-tenant systems - handling noisy neighbors, and protecting tail latency.

    Read more on 👉 bit.ly/4rjf8IW

  8. #ITByte: #Sharding is a #Database #Architecture #Pattern that involves splitting a large dataset into smaller chunks.

    Sharding can help distribute traffic load by splitting data into separate rows and columns on separate database server instances.

    knowledgezone.co.in/posts/Shar

  9. #ITByte: #Sharding is a #Database #Architecture #Pattern that involves splitting a large dataset into smaller chunks.

    Sharding can help distribute traffic load by splitting data into separate rows and columns on separate database server instances.

    knowledgezone.co.in/posts/Shar

  10. Sharding is not new, but #sharding data around #DRAM in clusters is certainly going to be a topic in #2026! Happy new year! Hug every little 4gb stick you may have!

  11. Sharding is not new, but #sharding data around #DRAM in clusters is certainly going to be a topic in #2026! Happy new year! Hug every little 4gb stick you may have!

  12. Previsão de Preços Zilliqa (ZIL) 2030#AnáliseCripto #Blockchain #Criptomoedas #investimento #Sharding #Zilliqa Enquanto o mundo das criptomoedas permanece hypnotizado por narrativas de “próximo Bitcoin”, uma revolução silenciosa está reescrevendo as regras da escalabilidade blockchain. Será que Zilliqa (ZIL) representa a chave perdida para desbloquear o verdadeiro potencial das aplicações descentralizadas em massa, e c...
    cryptoativo.com/previsao-de-pr

  13. #CaseStudy - #Airbnb upgraded Mussel!

    The multi-tenant key-value store now replaces static per-client rate limits with an adaptive, resource-aware traffic control system.
    ✅ Ensures resilience during traffic spikes
    ✅ Protects critical workflows
    ✅ Maintains fair usage across thousands of tenants
    ✅ Scales efficiently

    Discover more here: bit.ly/48yJalh

    #InfoQ #SoftwareArchitecture #LowLatency #Kubernetes #CostSavings #RealTime #Algorithms #Sharding

  14. - upgraded Mussel!

    The multi-tenant key-value store now replaces static per-client rate limits with an adaptive, resource-aware traffic control system.
    ✅ Ensures resilience during traffic spikes
    ✅ Protects critical workflows
    ✅ Maintains fair usage across thousands of tenants
    ✅ Scales efficiently

    Discover more here: bit.ly/48yJalh

  15. #Sharding is (another) one of the things that makes @couchdb such a scalable distributed database 📐

    It’s an architectural consideration that very few DBs make as automatic and transparent as CouchDB.

    We cover, in depth:
    - what shards are
    - how #CouchDB uses them
    - performance gains and trade-offs

    in our new post:
    neighbourhood.ie/blog/2025/10/

  16. #Sharding is (another) one of the things that makes @couchdb such a scalable distributed database 📐

    It’s an architectural consideration that very few DBs make as automatic and transparent as CouchDB.

    We cover, in depth:
    - what shards are
    - how #CouchDB uses them
    - performance gains and trade-offs

    in our new post:
    neighbourhood.ie/blog/2025/10/

  17. Meet 𝐌𝐨𝐧𝐨𝐜𝐥𝐞 – Datadog’s new 𝐫𝐞𝐚𝐥-𝐭𝐢𝐦𝐞 𝐭𝐢𝐦𝐞𝐬𝐞𝐫𝐢𝐞𝐬 𝐬𝐭𝐨𝐫𝐚𝐠𝐞 𝐞𝐧𝐠𝐢𝐧𝐞!

    Written in #RustLang, it unifies metrics storage infrastructure to deliver:
    ⇨ Higher ingestion throughput
    ⇨ Lower query latency
    ⇨ Reduced operational complexity

    🔗 Details here: bit.ly/3VTWLNb

    #InfoQ #SoftwareArchitecture #Observability #DataStorage #Sharding

  18. Meet 𝐌𝐨𝐧𝐨𝐜𝐥𝐞 – Datadog’s new 𝐫𝐞𝐚𝐥-𝐭𝐢𝐦𝐞 𝐭𝐢𝐦𝐞𝐬𝐞𝐫𝐢𝐞𝐬 𝐬𝐭𝐨𝐫𝐚𝐠𝐞 𝐞𝐧𝐠𝐢𝐧𝐞!

    Written in , it unifies metrics storage infrastructure to deliver:
    ⇨ Higher ingestion throughput
    ⇨ Lower query latency
    ⇨ Reduced operational complexity

    🔗 Details here: bit.ly/3VTWLNb

  19. 😂 Ah, another magical tool promising to effortlessly transform your crusty old #Postgres into a horizontally scaling unicorn without any of those annoying extensions! #PgDog, because why bother understanding your #database when you can just slap on some "automatic sharding" and call it a day? 🚀🐶
    github.com/pgdogdev/pgdog #automatic #sharding #humor #HackerNews #ngated

  20. 😂 Ah, another magical tool promising to effortlessly transform your crusty old #Postgres into a horizontally scaling unicorn without any of those annoying extensions! #PgDog, because why bother understanding your #database when you can just slap on some "automatic sharding" and call it a day? 🚀🐶
    github.com/pgdogdev/pgdog #automatic #sharding #humor #HackerNews #ngated

  21. Шардированный не значит распределённый: что важно знать, когда PostgreSQL становится мало

    Шардирование, двухфазный коммит и распределенные транзакции окружены определенными мифами и заблуждениями. Например, может быть достаточно неочевидно, что двухфазный коммит обеспечивает только атомарность транзакций, но не их изоляцию. Поэтому мы решили написать пост, который бы помог разобраться в этих сложных вещах и сделать правильный выбор, когда Postgres'а Вам станет мало и Вы столкнётесь с шардированием.

    habr.com/ru/companies/ydb/arti

    #субд #postgres #postgresql #citus #sharding #distributed #ydb #dbms #consistency #acid

  22. #ITByte: #Sharding is a #Database #Architecture #Pattern that involves splitting a large dataset into smaller chunks.

    Sharding can help distribute traffic load by splitting data into separate rows and columns on separate database server instances.

    knowledgezone.co.in/posts/Shar

  23. #ITByte: #Sharding is a #Database #Architecture #Pattern that involves splitting a large dataset into smaller chunks.

    Sharding can help distribute traffic load by splitting data into separate rows and columns on separate database server instances.

    knowledgezone.co.in/posts/Shar

  24. How to improve database performance from DesignGurus.io? Forgot who is the author … discovered it on the @LinkedIn a couple of days ago … Because the original *GIF* file but shows the static image on the #WeChat moment I have to share it via a small *MP4* file on the #WeChat channel …

    #RDBMS #Database #PerformanceTuning #Indexing #MaterializedViews #VerticalScaling #Denormalization #Caching #Replication #Sharding #Partitioning #QueryOptimization

  25. How to improve database performance from DesignGurus.io? Forgot who is the author … discovered it on the @LinkedIn a couple of days ago … Because the original *GIF* file but shows the static image on the moment I have to share it via a small *MP4* file on the channel …

  26. 🚀 Excited to share I Just published a new blog post on scaling strategies at Wix Engineering:
    🔹 When to switch to horizontal scaling?
    🔹 How to choose the perfect routing or sharding key?

    We'd love for you to check it out: medium.com/p/29ab44b2d5b4

  27. 🚀 Excited to share I Just published a new blog post on scaling strategies at Wix Engineering:
    🔹 When to switch to horizontal scaling?
    🔹 How to choose the perfect routing or sharding key?

    We'd love for you to check it out: medium.com/p/29ab44b2d5b4

    #Scaling #Sharding #Hashing

  28. In our new #InfoQ #podcast, Deepthi Sigireddi dives deep into the architecture of cloud-native distributed databases, sharding, replication, and failover.

    🎧 Listen now 👉 bit.ly/3QRUXSD

    #CloudNativeArchitecture #Database #DistributedData #Sharding

  29. In our new , Deepthi Sigireddi dives deep into the architecture of cloud-native distributed databases, sharding, replication, and failover.

    🎧 Listen now 👉 bit.ly/3QRUXSD

  30. Postgres Pro Shardman: горизонтальное масштабирование реляционных СУБД

    Последние несколько лет мы в Postgres Professional активно занимаемся разработкой своего решения для горизонтального масштабирования PostgreSQL. Пользователям нужен был простой способ увеличить производительность путем добавления узлов. Традиционно для веба в таких случаях просто брали NoSQL базы или шардировали вручную, позже появились распределенные SQL-решения с поддержкой ACID-транзакций. Тем не менее терялась часть возможностей и достоинств PostgreSQL. Корпоративный рынок тяжелых вертикальных решений также сильно ограничен как ценой, так и доступностью. Поэтому исследованиями в области распределенных СУБД в компании занимались еще с 2017 года, а в 2020 началась работа над коммерческим продуктом. В этой статье я расскажу про технические детали реализации и почему был сделан такой выбор технологий. Опишу, какие направления нам показались преждевременными и их пришлось отложить, а также что мы ожидаем в будущем.

    habr.com/ru/companies/postgres

    #postgresql #распределенные_системы #sharding #shardman

  31. #ITByte: #Sharding is a #Database #Architecture #Pattern that involves splitting a large dataset into smaller chunks.

    Sharding can help distribute traffic load by splitting data into separate rows and columns on separate database server instances.

    knowledgezone.co.in/posts/Shar

  32. Today at #pgconfeu I shared as many pics as I could of the amazing #PostgreSQL speakers—but I haven’t yet shared one of myself!

    My talk in Prague was a “Beginners Guide to Partitioning vs Sharding in Postgres” & it was so much fun! Thank you to all of you who attended 👏👏👏
    #OpenSource #database #community #oartitioning #sharding #Citus