home.social

#yugabyte — Public Fediverse posts

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

fetched live
  1. 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

  2. Container Attached Storage (CAS) and Container Storage Interface (CSI) are the most important terms when it comes to Kubernetes and stateful workloads like databases (such as #postgresql, #yugabyte, and others). We explain them - just for you!

    simplyblock.io/post/container-

  3. Container Attached Storage (CAS) and Container Storage Interface (CSI) are the most important terms when it comes to Kubernetes and stateful workloads like databases (such as #postgresql, #yugabyte, and others). We explain them - just for you!

    simplyblock.io/post/container-

  4. Guest @FranckPachot from #yugabyte joins our very own @noctarius2k in this episode of the weekly, 20 min #CloudCommute #podcast, talking about #distributedsql, #postgresql , #vectordatabases, and more. Tune in!

    The 🎙️ is available on Spotify, iTunes, Pandora, Amazon Music, and more.

    🎥👉 youtu.be/1EAKqwcP2SY

    #vectordatabase #vectorsearch #vectordb #database #databases #postgres #postgressql

  5. Guest @FranckPachot from #yugabyte joins our very own @noctarius2k in this episode of the weekly, 20 min #CloudCommute #podcast, talking about #distributedsql, #postgresql , #vectordatabases, and more. Tune in!

    The 🎙️ is available on Spotify, iTunes, Pandora, Amazon Music, and more.

    🎥👉 youtu.be/1EAKqwcP2SY

    #vectordatabase #vectorsearch #vectordb #database #databases #postgres #postgressql

  6. Using #PostgreSQL RLS for multi-tenancy SaaS is quite common, but some users want to access a list of tenants. Here's how to do it efficiently (and leveraging loose index scan in #Yugabyte​DB)
    dev.to/yugabyte/postgresql-row

  7. Using #PostgreSQL RLS for multi-tenancy SaaS is quite common, but some users want to access a list of tenants. Here's how to do it efficiently (and leveraging loose index scan in #Yugabyte​DB)
    dev.to/yugabyte/postgresql-row

  8. Batching remote reads/writes is how #Yugabyte​DB can provide elasticity with high performance. An example of Foreign Key checking:
    dev.to/yugabyte/foreign-keys-o

  9. Batching remote reads/writes is how #Yugabyte​DB can provide elasticity with high performance. An example of Foreign Key checking:
    dev.to/yugabyte/foreign-keys-o

  10. An example of read restart, which is how Oracle Database or #Yugabyte​DB avoids serialization errors in Read Committed, without inconsistent read time:

    dev.to/yugabyte/dirty-writes-i

  11. An example of read restart, which is how Oracle Database or #Yugabyte​DB avoids serialization errors in Read Committed, without inconsistent read time:

    dev.to/yugabyte/dirty-writes-i

  12. What? There's no Inverted Join in #Yugabyte​DB?
    Of course not. That's not how SQL works.
    If you want a Nested Loop to an Inverted Index, do like in PostgreSQL: declare a GIN index and let the DB choose the join method:
    dev.to/yugabyte/inner-inverted

  13. What? There's no Inverted Join in #Yugabyte​DB?
    Of course not. That's not how SQL works.
    If you want a Nested Loop to an Inverted Index, do like in PostgreSQL: declare a GIN index and let the DB choose the join method:
    dev.to/yugabyte/inner-inverted

  14. If you want to be sure that your SELECT COUNT(*) is optimal in #Yugabyte​DB, check the execution plan. There are many optimisations where it uses PostgreSQL with additional pushdowns to reduce the latency
    dev.to/yugabyte/fast-select-co

  15. If you want to be sure that your SELECT COUNT(*) is optimal in #Yugabyte​DB, check the execution plan. There are many optimisations where it uses PostgreSQL with additional pushdowns to reduce the latency
    dev.to/yugabyte/fast-select-co

  16. The benefits of hash-sharding (to avoid hotspots) and range-sharding (to reduce reads) can be combined in #Yugabyte​DB, thanks to LSM-Tree scan optimization and PostgreSQL features: dev.to/yugabyte/scalable-range

  17. The benefits of hash-sharding (to avoid hotspots) and range-sharding (to reduce reads) can be combined in #Yugabyte​DB, thanks to LSM-Tree scan optimization and PostgreSQL features: dev.to/yugabyte/scalable-range

  18. #Yugabyte​DB uses #PostgreSQL query layer plugged on top of a cloud-native transactional distributed store. In addition to scaling out, it's the occasion to address some PostgreSQL problems (bloat, vacuum, connection processes, HA, upgrades...) yugabyte.com/blog/improve-post

  19. #Yugabyte​DB uses #PostgreSQL query layer plugged on top of a cloud-native transactional distributed store. In addition to scaling out, it's the occasion to address some PostgreSQL problems (bloat, vacuum, connection processes, HA, upgrades...) yugabyte.com/blog/improve-post

  20. 🔥Curious if @Citusdata is Distributed SQL like #Yugabyte​DB?💡Nope! Citus rocks sharding over PostgreSQL databases, but it's not a SQL database on its own. Remember, cross-shard reads through Citus coordinator aren't ACID but eventually consistent dev.to/yugabyte/citus-is-not-a

  21. 🔥Curious if @Citusdata is Distributed SQL like #Yugabyte​DB?💡Nope! Citus rocks sharding over PostgreSQL databases, but it's not a SQL database on its own. Remember, cross-shard reads through Citus coordinator aren't ACID but eventually consistent dev.to/yugabyte/citus-is-not-a

  22. Counters in SQL 🤓 I tested #Yugabyte​DB compaction with this use-case
    👉 no vacuum, no bloat 🎶

    dev.to/yugabyte/in-memory-coun

  23. Counters in SQL 🤓 I tested #Yugabyte​DB compaction with this use-case
    👉 no vacuum, no bloat 🎶

    dev.to/yugabyte/in-memory-coun

  24. New blog post: #SQLPage. If you💗SQL you can build your web app presentation layer with SQL declarations. What if the DB is unavailable? Just use #Yugabyte​DB: It is Distributed PostgreSQL, with no downtime during failures or upgrades 🚀dev.to/yugabyte/sql-for-low-co

  25. New blog post: #SQLPage. If you💗SQL you can build your web app presentation layer with SQL declarations. What if the DB is unavailable? Just use #Yugabyte​DB: It is Distributed PostgreSQL, with no downtime during failures or upgrades 🚀dev.to/yugabyte/sql-for-low-co

  26. Because I've seen some silly benchmarks comparing 🍏to 🍊, I had a look at #hammerdb on #Yugabyte​DB. With #PostgreSQL-compatible databases, you can know what you run

  27. Because I've seen some silly benchmarks comparing 🍏to 🍊, I had a look at #hammerdb on #Yugabyte​DB. With #PostgreSQL-compatible databases, you can know what you run

  28. It’s garbage day in many parts of Tampa, and it’s garbage night at Tampa Java User Group, where YugaByte’s Denis Magda’s talk is about apps leaving trash outside the heap and even outside the Java runtime. Be there and clean up your act!

    #Java #JVM #database #datyabases #YugaByte #PostgreSQL #programming #meetup #Tampa #TampaBay

    meetup.com/tampa-jug/events/29

  29. @fritshoogland that is very cool, the fact that you are reusing codebase here. That alone tells me a lot!

    I am very interested on this, yet I have no applicable use. Hope you don't mind if I ask you a bunch of questions.

    Or... if you want to direct me to read something in particular, that's good too 👍

    I basically want to know "what are we giving up" when using #Yugabyte instead of #PostgreSQL. (cons on single server and/or low count of servers)

  30. @fritshoogland that is very cool, the fact that you are reusing codebase here. That alone tells me a lot!

    I am very interested on this, yet I have no applicable use. Hope you don't mind if I ask you a bunch of questions.

    Or... if you want to direct me to read something in particular, that's good too 👍

    I basically want to know "what are we giving up" when using instead of . (cons on single server and/or low count of servers)

  31. @fritshoogland I wonder, how close is #Yugabyte to #PostgreSQL? Is the query planning as good? does it support the same level of SQL? How well it performs in single-cluster vs postgreSQL?

    I would be interested on seeing benchmarks of complex queries with >10GiB databases to see how much performance would be lost compared to #PostgreSQL

    If it's not much, Yugabyte might be interesting for DBs that you might to run in cloud, even for regular data sizes, just in case it becomes too big later on.

  32. @fritshoogland I wonder, how close is to ? Is the query planning as good? does it support the same level of SQL? How well it performs in single-cluster vs postgreSQL?

    I would be interested on seeing benchmarks of complex queries with >10GiB databases to see how much performance would be lost compared to

    If it's not much, Yugabyte might be interesting for DBs that you might to run in cloud, even for regular data sizes, just in case it becomes too big later on.

  33. After having a look at and database licenses, I find surprised that CockroachDB backtracked and it's now closed software.

    But anyway, these two seem both oriented at selling it as a service, not really . Or at least my impression.

    There is market for a totally distributed cloud alike . And it is doable because at least there are two products out there. seems to be lacking multimaster, and not sure if integrates with