Good news everyone!
We have released 🚀 YDB Server 25.1.2.7-rc – https://t.co/jjDJFYoAfL
Complete changelog is available in the docs section – https://t.co/yAjlQqAqru
Which feature would you like to try first?
#ydb#distributedsql
A new blog post "Do we fear the serializable isolation level more than we fear subtle bugs?" Explore cases where millions of dollars were stolen due to weak isolation levels.
https://t.co/GDOgJpB3fK
I'm thrilled to share with you an article "When Postgres is not enough: performance evaluation of PostgreSQL vs. Distributed DBMSs". Dive into an empirical study of @PostgreSQL, @CockroachDB and @YDBPlatform with the TPC-C benchmark and explore the intriguing trade-offs between reliability and performance in Postgres.
https://t.co/REvDavYARB
We are excited to announce that next week YDB will be participating in #TechWeekSingapore. We will be happy to see you and answer all of your questions at G90 exhibition booth on 11-12th October. Grab complimentary tickets: https://t.co/D6BvuuIdYi
🎉🌟YDB - 3000 stars on GitHub🌟🎉 We want to express our sincere gratitude to you and congratulate everyone on a new achievement – 3000 stars on GitHub! https://t.co/aZEG4j44Pm
https://t.co/P3IAjxpGE4
In this talk, I discuss YDB performance, compare it to CockroachDB and YugabyteDB, explain the importance of choosing distributed database for mission-critical data as opposed to single-server database.
#YDB#CockroachDB#YugabyteDB#YCSB
🚨13 July, 13:00 GMT ➡️ YDB v23.1 Release Webinar 🚨
In this webinar, you'll learn what's new in the latest YDB release including CDC initial scan, atomic index replacement, and audit logs.
Grab your front-row seat from the screen of your choice!
https://t.co/tEp6EhYZGL
⚡️ We are happy to announce YDB Version 23.1
Released on May 5, 2023.
To update to version 23.1, select the Downloads section.
Read full release notes
https://t.co/0u9fwx9zJx
#YDB#DistributedSQL#opensource
YDB — one year in open source!
Distributed SQL Database YDB became available on GitHub on April 19, 2022. Our first article on Medium to remember the launch
https://t.co/TCChcLS608 #YDB#DistributedSQL#opensource
⚡️ Client-side balancing in YDB
In our new post, we explain:
✅ how we solve requests routing and load balancing problems in YDB
✅ how to configure the client-side balancer to prefer connections and fine-tune query timing as a result
https://t.co/a3DE4HtL5f
⚡️ New blog post!
We explain how #YDB complements its size-tiered scheme with special background full #compaction to improve read workloads and reduce physical database size up to 20% maintaining excellent storage write characteristics https://t.co/jGU4MwPrAq #distributedsql
✅ Driver initialization and session pool management
✅ Client-side balancing
✅ Execution of queries and handling errors and retries
- and more about how to use database/sql driver for YDB in Golang in our new blog post https://t.co/nYCDqlBgmm #ydb#distributedsql#golang