home.social

#yugabytedb — Public Fediverse posts

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

fetched live
  1. Hier noch der Architektur-Überblick der #YugabyteDB (Quelle: Wikipedia)

  2. The best time to start blogging is to not stop blogging in the first place. The next best time is today.

    Here's a syndication of a post from the ComplyAdvantage Technology Blog to kicks things off.

    mark.allanson.org/blog/dss-202

    #Yugabyte #YugabyteDB #DistributedSQL #ComplyAdvantage

  3. Выбираю Open Source БД для себя

    Задача такая: искал Open Source БД для своего пет-проекта. Решил посмотреть в интернете новые решения в рамках БД. После чтения статей и отбора из 6-7 БД остались три (3), которые понравились лично мне. Больше ничего путного не нашел. Почему именно эти? Во-первых, они Open Source, а во-вторых, у них есть ответы на два главных моих вопроса «Для чего это нужно?» и «Работает ли из коробки?» Давайте покажу на примерах.

    habr.com/ru/companies/alfa/art

    #bd #dolt #postgresql #yugabytedb #mailsearch

  4. I’ll be stepping way out of my comfort zone and presenting at the #DistributedSQL Summit on November 12 on behalf of my employer - #ComplyAdvantage, organised by our key partner, #YugabyteDB.

    Data is central to our solutions at ComplyAdvantage and in the session I’ll share some of the lessons we’ve learned while harnessing distributed database technology to address the critical challenges of anti-money laundering and fraud detection.

    Register: events.ringcentral.com/events/

    #FraudDetection #WorkPost

  5. I had a lot of fun showcasing and explaining #Pongo with @FranckPachot on the #YugabyteDB stream.

    We went together to discuss why #Pongo uses #PostgreSQL. Seeing live how that plays with #nodejs and #typescript

    We also saw some SQL and explained how JSONB storage works, among many other things.

    Check it out here: youtube.com/watch?v=p-6fpV_GDE

    Leave the feedback afterwards.

    Boosting is also appreciated!

  6. Due to its high performance and adaptability, #RocksDB is an excellent choice for modern databases. Let's explore its use in #YugabyteDB and how it has been customized to serve a Distributed SQL database
    linkedin.com/pulse/rocksdb-exc

  7. It has the same SQL features but different storage. What's the equivalent of #PostgreSQL pageinspect in #YugabyteDB? Let's look at an example to show how MVCC is implemented:
    dev.to/yugabyte/whats-the-equi

  8. The question of co-partitioning or interleaving arises frequently with #YugabyteDB. Often it comes from a premature optimization idea without a real need. Distributed joins are not as bad as you may think. Look at an EXPLAIN ANALYZE of it if you doubt:
    dev.to/yugabyte/is-co-partitio

  9. A new blog post about #Hibernate @DynamicUpdate with #YugabyteDB column-level locking

    TL;DR: as always, a read-then-write transaction needs either explicit locking SELECT FOR SHARE or isolation level SERIALIZABLE to prevent write skew anomalies

    dev.to/yugabyte/dynamicupdate-

  10. @mirabilos #Oracle, #MariaDB und #YugabyteDB runden das ebenfalls auf, wie #PostgreSQL.

    #SQLite und #SQLServer runden es ab.

    An der Stelle würde ich mich auf gar nichts verlassen und einfach ceil() oder floor() einbauen.

  11. I've been looking at distributed #sql #databases for a while, like #cockroachdb and #yugabytedb. Does anyone have any experience running these on prod? What are the foot guns one might encounter while running these databases ?

  12. For all #yugabytedb users out there: the new #vagrant boxes for YugabyteDB version 2.17.3 are out: app.vagrantup.com/FritsHooglan (alma 8.7 and alma 9.1).

  13. Yes @Yugabyte stores shards as RocksDB, which is popular for small, embedded, write intensive, databases. Then what's the magic using it for large Distributed SQL?
    - sharding large tables to small tablets
    - optimizing the read path
    ---
    RT @Yugabyte
    Does #RocksDB scaling limitation have an impact on #YugabyteDB? 🤔

    Find out by reading our new tips & tricks blog!⬇️
    hubs.la/Q01N3vHr0
    twitter.com/Yugabyte/status/16

  14. On Wednesday. This is live, so join with your questions 🙏
    ---
    RT @xgeeksio
    📢 Calling all cloud and database enthusiasts! 🌩️🗄️

    Don't miss out on this live stream with @FranckPachot as he discusses the innovative database architecture of YugabyteDB.

    Join us on Twitter or here: youtu.be/UH575nudjpg

    #xgeeks #cloudnative #sql #database #YugabyteDB
    twitter.com/xgeeksio/status/16

  15. A great reference for COPY FROM command in 🐘🚀
    ---
    RT @Yugabyte
    ⏰Next YFTT: LIVE in ONE HOUR!⏰

    Join our @Yugabyte experts as they discuss and compare various bulk data loading options for #YSQL in #YugabyteDB such as using the COPY command or yb-voyager.🚀

    Register: hubs.la/Q01Mdqh90

    #distributedsql
    twitter.com/Yugabyte/status/16

  16. We’ve created a set of simple, usable examples to use #rust to connect to #yugabytedb YCQL (Cassandra compatible API), to use the database cluster at low latency. Any comments, corrections, additions are welcomed! github.com/YugabyteDB-Samples/