HackerTrans
トップ新着トレンドコメント過去質問紹介求人

harisund1990

no profile record

投稿

Meko: The Data Infrastructure for Agents That Work and Learn Together

yugabyte.com
15 ポイント·投稿者 harisund1990·2 か月前·6 コメント

Powering AI at Scale: Benchmarking 1B Vectors in YugabyteDB

yugabyte.com
1 ポイント·投稿者 harisund1990·8 か月前·0 コメント

The Index Is the Database

medium.com
2 ポイント·投稿者 harisund1990·10 か月前·0 コメント

The Rise and Sprawl of PostgreSQL

computerweekly.com
2 ポイント·投稿者 harisund1990·11 か月前·0 コメント

YugabyteDB now supports MongoDB API

yugabyte.com
7 ポイント·投稿者 harisund1990·昨年·1 コメント

Goodbye to Painful PostgreSQL Upgrades: YugabyteDB does it live

yugabyte.com
2 ポイント·投稿者 harisund1990·昨年·2 コメント

Ask HN: Do enterprises now consider the use of C/C++ based databases as bad?

2 ポイント·投稿者 harisund1990·昨年·0 コメント

Enhanced Cron Job Resilience with Pg_cron in YugabyteDB

yugabyte.com
3 ポイント·投稿者 harisund1990·昨年·0 コメント

コメント

harisund1990
·2 か月前·議論
Meko is the agent-native unified data infrastructure that enables multi-agent systems to learn together, building collective memory, shared knowledge, Conversations and Decision Traces that compounds across the entire system.
harisund1990
·8 か月前·議論
This is cool to see! Looks like a compete against pg_mooncake which Databricks acquired. But how is this different from pg_duckdb?
harisund1990
·昨年·議論
That's a very big difference which makes this hard to believe. I would expect them to be within 20% of each other. I think I know the trick they used. The 48 core Aurora is the worst, it performs just as well as the 32 core one. If they picked and other hardware the numbers would be realistic. Also pg_vaccum is turned off, which is interesting.

Also the article has this note > This is a sponsored report. Google chose the competitors and the test. GigaOm chose the most compatible configurations and ran the testing workloads. Choosing compatible configurations is subject to judgment. We have attempted to describe our decisions fully in this report.
harisund1990
·昨年·議論
Seems like a perfect use case for a distributed database like YugabyteDB. Have you looked into it?
harisund1990
·昨年·議論
YugabyteDB a distributed postgres database.

Think of it as a true drop in replacement for postgres that runs on multiple nodes. It internally does replication, sharding and leader election. Just add more nodes and you get to increase both read and write scale.

I personally am working on a few things like online major upgrades, async replication for DR, enhanced backup/restore/pitr/clone capabilities, and more recently supporting DocumentDB extension which provides a true Mongodb API.

Being a startup I also get to talk with large customers, help with marketing content, and participate in database conferences.
harisund1990
·昨年·議論
This is a fully open source MongoDB alternative that offers high availability and horizontal scalability. It's a joint collaboration between YugabyteDB, FerretDB and the Microsoft DocumentDB teams.
harisund1990
·昨年·議論
Anyone who has had to do a Postgres major upgrade can relate to this
harisund1990
·昨年·議論
Is Postgres becoming the new SQL standard? You have the ANSI SQL, but it does not cover a lot of stuff, and everyone has their own variances, and extra features. But, all new DBs like YugabyteDB and Aurora DSQL for ditributed, pg_duckdb and pg_mooncake for OLAP, FerretDB, and Azure DocumentDB for MongoDB are either built on top of Postgres, or are Postgres compatible!
harisund1990
·2 年前·議論
I love headers but I wish you could split them in two so that private functions and variables can line in the c file. This would help reduce a lot of header bloat as well.