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.
comment
Reads like an add to Omnigent or whatever harness (wait it’s meta harness?.
comment
Is that the core/tech behind Kitesurf?
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.
comment
Building https://github.com/viggy28/streambed - a full Postgres running on S3 using DuckDB as the query engine.…
comment
Certainly interested.
comment
Agree. Appreciate the reminder.
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…
comment
The idea is pretty similar. As per their README, Iceberg support is deprecated.
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.
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?
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…
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 …
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…
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…
comment
Welcome. Would love to hear your experience. Feel free to share here or in the repo. Fully open source.
comment
Should be fairly doable using binlog-based producer https://github.com/go-mysql-org/go-mysql .…
comment
Both projects are relevant. Curious, what kinda pushdown capabilities that you were looking for?
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…
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…