Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vira28
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
vira28
5d ago
Agree. Until then I will wait. Still a welcome move that they finally added support from Python.
2.
▲
by
vira28
8d ago
I use recall https://github.com/viggy28/recall for the following reasons: 1. It's tightly integrated with Pi 2. Creates context automatically from sessions 3. No external dependencies - sqlite and numpy
3.
▲
by
vira28
13d ago
An analytics store for Postgres on S3 using DuckDB as the query engine https://github.com/viggy28/streambed
4.
▲
by
vira28
16d ago
Is Bending Spoons the PE for startups?
5.
▲
by
vira28
16d 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.
6.
▲
by
vira28
19d 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/
7.
▲
SQLite plans can drastically differ with CTE and temp table
(askrecall.dev)
1 points
by
vira28
1mo ago
|
0 comments
8.
▲
Ask HN: What LLM subscription/provider to use with pi harness?
3 points
by
vira28
1mo ago
|
2 comments
9.
▲
by
vira28
2mo ago
I don’t see mention of pi. Does anyone whether it works? I am going to check out.
10.
▲
Streambed ships compaction using SQLite for CAS
(streambed.dev)
1 points
by
vira28
2mo ago
|
0 comments
11.
▲
Show HN: Postgres extension for stoping accidental mistakes
(github.com)
2 points
by
vira28
2mo ago
|
0 comments
12.
▲
by
vira28
2mo ago
Reads like an add to Omnigent or whatever harness (wait it’s meta harness?.
13.
▲
by
vira28
2mo ago
Is that the core/tech behind Kitesurf?
14.
▲
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.
15.
▲
Ask HN: Do you use Apache Iceberg in Production?
2 points
by
vira28
3mo ago
|
0 comments
16.
▲
by
vira28
3mo ago
Building https://github.com/viggy28/streambed - a full Postgres running on S3 using DuckDB as the query engine.
17.
▲
by
vira28
3mo ago
Certainly interested.
18.
▲
by
vira28
4mo ago
Agree. Appreciate the reminder.
19.
▲
Ask HN: Want to build something open source on nights and weekends together?
39 points
by
vira28
4mo ago
|
18 comments
20.
▲
by
vira28
4mo 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
21.
▲
by
vira28
4mo ago
The idea is pretty similar. As per their README, Iceberg support is deprecated.
22.
▲
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.
23.
▲
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?
24.
▲
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
25.
▲
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
26.
▲
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:/
27.
▲
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
28.
▲
by
vira28
4mo ago
Welcome. Would love to hear your experience. Feel free to share here or in the repo. Fully open source.
29.
▲
by
vira28
4mo ago
Should be fairly doable using binlog-based producer https://github.com/go-mysql-org/go-mysql .
30.
▲
by
vira28
4mo ago
Both projects are relevant. Curious, what kinda pushdown capabilities that you were looking for?
More ›