fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

9.8K
active users

#yugabytedb

0 posts0 participants0 posts today

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

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

habr.com/ru/companies/alfa/art

ХабрВыбираю Open Source БД для себяЗадача такая: искал Open Source БД для своего пет-проекта. Решил посмотреть в интернете новые решения в рамках БД. После чтения статей и отбора из 6-7 БД остались три (3), которые понравились...
#bd#dolt#postgresql

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/

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!

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

DEV CommunityIs co-partition or interleave necessary in Distributed SQL?The question of co-partitioning or interleaving frequently arises when discussing Distributed SQL...

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

YugabyteDoes RocksDB scaling limitation have an impact on YugabyteDB?YugabyteDB's implementation of DocDB, based on RocksDB, has made significant improvements to ensure node density and scalability,