Viewing profile — Vonng
Vonng
HN member- Joined
- Mon, May 09, 2022, 5:10 AM UTC
- HN karma
- 198
- Public activity
- 41 items
- HN profile
- View on Hacker News ↗
About Vonng
Recent public activity
- story
-
comment
Comment #47202549
you're right, OpenTofu forked from the last MPL version of Terraform, not BSL. My mistake — I'll correct the post.
-
comment
Comment #47202543
Author here. • This is translated from my original Chinese post. I used Claude to polish the English — not a native speaker. Fair criticism on the LLM-ese; I'll tighten it. • This …
-
comment
Comment #47121379
A minio community fork with admin console back, CI/CD pipeline for Docker/RPM/DEB packages.
- story
- story
-
comment
Comment #44078622
Author here. The post here is a 3rd-party translation and may drifts from original wording in a few spots. Azure and OpenAI sent me some corrections today, so I published an update…
- story
-
comment
Comment #43631032
BTW for anyone who interested, I've packed pg_search and vchord_bm25 extension RPM/DEBs https://pigsty.io/ext/fts/vchord_bm25 https://pigsty.io/ext/fts/pg_search In case anyone wan…
-
comment
Comment #42734107
There are 351 available rpm/deb postgres extensions which can do really a lot of things: https://ext.pigsty.io/#/
- story
- story
- story
- story
-
comment
Comment #41244070
I fully support ParadeDB's decision. For an open-source software company, AGPLv3 + Dual License is the most sensible choice. If you go with Apache 2.0, you're literally doing free …
-
comment
Comment #41241397
I've set up a supplementary APT/YUM repository, which builds on the official PGDG offerings. This includes 326 extensions for EL distros and 312 for Deb distros, encompassing 121 R…
- story
- story
-
comment
Comment #39926313
Why not continue to use rpm/apt for building and packaging? You can reuse these packages in the Dockerfile and the image, but not the other way around.
-
comment
Comment #39787509
RDS is like 4~13x than EC2 on AWS, 2.3x than EC2 on aliyun. https://pigsty.io/blog/cloud/rds/ But The real cost lies on EBS, which is around 60x ~ 200x than local NVMe SSD. https:/…
-
comment
Comment #39714312
How about: PostgreSQL tuned (x47). PostgreSQL + Hydra Extension (x42) PostgreSQL + ParadeDB Extension (x10.7)
-
comment
Comment #39713025
That's true for the kernel, How about extensions such as ParadeDB BM25 https://www.paradedb.com/ + PGroonga https://pgroonga.github.io/ + PG Bigm https://github.com/pgbigm/pg_bigm …
-
comment
Comment #39712580
Patroni has native HA support for citus horizontal cluster since v3. Which means your can create a HA citus cluster as simple as: https://pigsty.io/docs/pgsql/config/#citus-cluster…
-
comment
Comment #39712127
pg_hint_plan —— Give PostgreSQL ability to manually force some decisions in execution plans. https://github.com/ossc-db/pg_hint_plan
- story