HackerTrans
TopNewTrendsCommentsPastAskShowJobs

harisund1990

no profile record

Submissions

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

yugabyte.com
15 points·by harisund1990·2 mesi fa·6 comments

Powering AI at Scale: Benchmarking 1B Vectors in YugabyteDB

yugabyte.com
1 points·by harisund1990·8 mesi fa·0 comments

The Index Is the Database

medium.com
2 points·by harisund1990·10 mesi fa·0 comments

The Rise and Sprawl of PostgreSQL

computerweekly.com
2 points·by harisund1990·11 mesi fa·0 comments

YugabyteDB now supports MongoDB API

yugabyte.com
7 points·by harisund1990·anno scorso·1 comments

Goodbye to Painful PostgreSQL Upgrades: YugabyteDB does it live

yugabyte.com
2 points·by harisund1990·anno scorso·2 comments

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

2 points·by harisund1990·anno scorso·0 comments

Enhanced Cron Job Resilience with Pg_cron in YugabyteDB

yugabyte.com
3 points·by harisund1990·anno scorso·0 comments

comments

harisund1990
·2 mesi fa·discuss
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 mesi fa·discuss
This is cool to see! Looks like a compete against pg_mooncake which Databricks acquired. But how is this different from pg_duckdb?
harisund1990
·anno scorso·discuss
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
·anno scorso·discuss
Seems like a perfect use case for a distributed database like YugabyteDB. Have you looked into it?
harisund1990
·anno scorso·discuss
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
·anno scorso·discuss
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
·anno scorso·discuss
Anyone who has had to do a Postgres major upgrade can relate to this
harisund1990
·anno scorso·discuss
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 anni fa·discuss
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.