Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vira28
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
vira28
6d ago
Is Bending Spoons the PE for startups?
2.
▲
by
vira28
6d ago
Obviously welcome more tools for Postgres and sharding but it’s a tough hill to climb against the hyper clouds. Best wishes to the team.
3.
▲
by
vira28
10d ago
Instead of managing skills as files, I have been using a simple utility which helps me create, update/attach skills and finally search it across sessions https://github.com/viggy28/recall/
4.
▲
SQLite plans can drastically differ with CTE and temp table
(askrecall.dev)
1 points
by
vira28
27d ago
|
0 comments
5.
▲
Ask HN: What LLM subscription/provider to use with pi harness?
3 points
by
vira28
1mo ago
|
2 comments
6.
▲
by
vira28
1mo ago
I don’t see mention of pi. Does anyone whether it works? I am going to check out.
7.
▲
Streambed ships compaction using SQLite for CAS
(streambed.dev)
1 points
by
vira28
1mo ago
|
0 comments
8.
▲
Show HN: Postgres extension for stoping accidental mistakes
(github.com)
2 points
by
vira28
1mo ago
|
0 comments
9.
▲
by
vira28
1mo ago
Reads like an add to Omnigent or whatever harness (wait it’s meta harness?.
10.
▲
by
vira28
1mo ago
Is that the core/tech behind Kitesurf?
11.
▲
by
vira28
2mo ago
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.
12.
▲
Ask HN: Do you use Apache Iceberg in Production?
2 points
by
vira28
3mo ago
|
0 comments
13.
▲
by
vira28
3mo ago
Building https://github.com/viggy28/streambed - a full Postgres running on S3 using DuckDB as the query engine.
14.
▲
by
vira28
3mo ago
Certainly interested.
15.
▲
by
vira28
3mo ago
Agree. Appreciate the reminder.
16.
▲
Ask HN: Want to build something open source on nights and weekends together?
39 points
by
vira28
3mo ago
|
18 comments
17.
▲
by
vira28
3mo ago
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 more core work happening on support OLAP bu
18.
▲
by
vira28
4mo ago
The idea is pretty similar. As per their README, Iceberg support is deprecated.
19.
▲
by
vira28
4mo ago
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.
20.
▲
by
vira28
4mo ago
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?
21.
▲
by
vira28
4mo ago
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 IDENTITY FULL. Created an issue https:&#x
22.
▲
by
vira28
4mo ago
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 is vanilla Postgres, streambed should wo
23.
▲
by
vira28
4mo ago
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 thoughts on where this is heading https:/
24.
▲
by
vira28
4mo ago
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, Postgres emits a fresh Relation message d
25.
▲
by
vira28
4mo ago
Welcome. Would love to hear your experience. Feel free to share here or in the repo. Fully open source.
26.
▲
by
vira28
4mo ago
Should be fairly doable using binlog-based producer https://github.com/go-mysql-org/go-mysql .
27.
▲
by
vira28
4mo ago
Both projects are relevant. Curious, what kinda pushdown capabilities that you were looking for?
28.
▲
by
vira28
4mo ago
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. Wanted to give an endpoint that BI and dash
29.
▲
by
vira28
4mo ago
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 analytical queries, and the answer was alwa
30.
▲
Show HN: Streambed – Stream Postgres to Iceberg on S3, Supports Postgres Wire
(github.com)
129 points
by
vira28
4mo ago
|
40 comments
More ›