back
user profile

vira28

918karma·362submissions·July 16, 2017
about
https://viggy28.dev

admin@viggy28.dev

recent activity (362 total)
comment
I don’t see mention of pi. Does anyone whether it works? I am going to check out.
6d ago·view thread
comment
Reads like an add to Omnigent or whatever harness (wait it’s meta harness?.
8d ago·view thread
comment
Is that the core/tech behind Kitesurf?
9d ago·view thread
comment
TL;DR Initial bet didn’t work out and it also became irrelevant. Company is focusing on computer for agents. Founder CEO replaced with a new CEO.
23d ago·view thread
comment
Building https://github.com/viggy28/streambed - a full Postgres running on S3 using DuckDB as the query engine.…
2mo ago·view thread
comment
Certainly interested.
2mo ago·view thread
comment
Agree. Appreciate the reminder.
2mo ago·view thread
comment
Tomas Vondra, a major Postgres contributor recently revived a thread on using Bloom filters - https://www.postgresql.org/message-id/flat/5cd8c20c-14b5-4b0... So there is mor…
2mo ago·view thread
comment
The idea is pretty similar. As per their README, Iceberg support is deprecated.
2mo ago·view thread
comment
From what I understand Ducklake needs a dedicated metadata database and it also ties to DuckDB land wherease with Iceberg many engines can query directly.
2mo ago·view thread
comment
The challenge with any CDC is making it reliable. Curious, how are you exporting to S3? - Debezium or some service in AWS or home grown tool?
2mo ago·view thread
comment
Currently, Strembed expects REPLICA IDENTITY FULL for getting the before and after value of TOAST column. Since we have the data in object storage, we could populate it without the need for REPLICA ID…
2mo ago·view thread
comment
Welcome. To avoid primary running out of disk space, you can configure max_slot_wal_keep_size https://www.postgresql.org/docs/17/runtime-config-replicatio... Since Supabase …
2mo ago·view thread
comment
Aside from the cost, my major motivation is to keep the infrastructure simple. The data is already there in Postgres, so I didn't want to add another data warehouse. I have also shared my thought…
2mo ago·view thread
comment
Thanks for the kind words! Short answer: yes, column-level schema changes sync to Iceberg automatically[0]. Logical replication (pgoutput in v1) doesn't actually stream DDL statements. Instead, P…
2mo ago·view thread
comment
Welcome. Would love to hear your experience. Feel free to share here or in the repo. Fully open source.
2mo ago·view thread
comment
Should be fairly doable using binlog-based producer https://github.com/go-mysql-org/go-mysql .…
2mo ago·view thread
comment
Both projects are relevant. Curious, what kinda pushdown capabilities that you were looking for?
2mo ago·view thread
comment
Hello, I checked ingestr repo, and it is in my bookmark. Small world. Agree, CDC is like Death by a thousand cuts. I believe Debezium has a Java library. My initial need was Postgres compatibilty. Wan…
2mo ago·view thread
comment
Author here. For context, I was the tech lead for the Postgres team at Cloudflare, and this came directly out of a challenge I kept hitting there: BI and dashboard teams needed to run long-running ana…
2mo ago·view thread