Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tudorg
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
tudorg
1mo ago
I was hoping Zed will do a really good built-in diff editor with AI notes and comments, like https://github.com/modem-dev/hunk Perhaps this is going into this direction? I kind of like the Hunk workflow for reviews (of
2.
▲
Multi-tenant BYOK encryption in PostgreSQL with pgcrypto
(xata.io)
2 points
by
tudorg
1mo ago
|
0 comments
3.
▲
Multi-tenant BYOK encryption in PostgreSQL with pgcrypto
(xata.io)
1 points
by
tudorg
1mo ago
|
0 comments
4.
▲
Show HN: Xata scratch – a branch for each psql session
(xata.io)
1 points
by
tudorg
2mo ago
|
0 comments
5.
▲
The instant database scratchpad: xata scratch
(xata.io)
4 points
by
tudorg
2mo ago
|
0 comments
6.
▲
by
tudorg
2mo ago
Because you mentioned Xata (I'm the author of that blog post, thanks for mentioning it), this is pretty similar to what we do at the high level, but we built our own storage system rather than relying on Ceph. The reason is scalability
7.
▲
by
tudorg
2mo ago
Actually δx is faster than the "duckdb embedded in postgres" options: https://benchmark.clickhouse.com/#system=+_etx|_b|_i )|dula|pnc&type=-&machine=-6t|ca2|6ax|g4e|6ale|3al&cluster_size=-&opensourc
8.
▲
by
tudorg
2mo ago
Yeah, spent a lot of time on parallelism, vectorizing, pipelining, filter push-downs, bloom filters, all the tricks out there. It's really fun to make pretty steady progress on this.
9.
▲
by
tudorg
2mo ago
> - Is ~300x faster than Postgres on analytical workloads. Right now it's 2x slower than Clickhouse on clickbench and I think it's possible to get faster than Clickhouse That sounds like you are storing the data in a columnar f
10.
▲
Postgres branch per PR with a GitHub app
(xata.io)
5 points
by
tudorg
2mo ago
|
0 comments
11.
▲
by
tudorg
2mo ago
This is why I think sites like this one should show license information and make it simple to filter by OSS license. Otherwise it's the same trap, just one level deeper.
12.
▲
by
tudorg
2mo ago
As small piece of feedback, I think it would be really good if the tools list would include license information, and make it easy to filter for open source tools/licenses. IMHO source-available extensions break part of what is attracti
13.
▲
by
tudorg
3mo ago
A bit of a shameless plug, but I've been working on this for a few months in the form of an extension: https://github.com/xataio/deltax When I started I thought there's too much inherent overhead in using Pos
14.
▲
by
tudorg
3mo ago
For context, I'm CTO at Xata where we offer a Postgres service that differentiates via other ways (very fast CoW branching, scale-to-zero, anonymization, etc). We often recommend people keeping production where it is (RDS, Cloud SQL, o
15.
▲
by
tudorg
3mo ago
I have been working on another PG extension for timeseries ( https://github.com/xataio/deltax ) for a few months, and trying to make it score as good as possible on ClickBench. This is a project that is simply lot of fun
16.
▲
A thousand Postgres branches for $1
(xata.io)
2 points
by
tudorg
3mo ago
|
0 comments
17.
▲
A thousand Postgres branches for $1
(xata.io)
4 points
by
tudorg
3mo ago
|
0 comments
18.
▲
by
tudorg
5mo ago
Hi HN, This is Tudor from Xata. You can think of Xata as an open-source, self-hosted, alternative to Aurora/Neon. Highlight features are: - Fast copy-on-write branching. - Automatic scale-to-zero and wake-up on new connections. - 100%
19.
▲
Show HN: Xata, open-source Postgres platform with copy-on-write branches
(github.com)
3 points
by
tudorg
5mo ago
|
1 comments
20.
▲
by
tudorg
5mo ago
It's funny that this news showed up just as we (Xata) have gone the other direction, citing also changes due to AI: https://xata.io/blog/open-source-postgres-branching-copy-on-... We did consider arguments in both
21.
▲
by
tudorg
7mo ago
This sounds cool, adding to my list of things to try out. One note, this shouldn't be confused with https://github.com/xataio/pgstream which does logical replication/CDC with DDL changes.
22.
▲
by
tudorg
7mo ago
> The Amp editor extensions will self-destruct on March 5 at 8pm Pacific Time. Time to switch to the Amp CLI. That's an interesting way to tackle the removal of features.
23.
▲
by
tudorg
7mo ago
> The Postgres extension model to capture the metrics (we also experimented with eBPF, but it causes too many kernel-user space context switches when you can do the same in an extension without them), and a small sidecar to push the metr
24.
▲
by
tudorg
7mo ago
Even then, though, it needs to run on the server so it's hard to guarantee to not impact performance and availability. There are many Postgres/Mysql proxies used for connection pooling and such, so at least we understand their imp
25.
▲
Skim-review is the new normal. Your data workflow has to catch up
(xata.io)
1 points
by
tudorg
7mo ago
|
0 comments
26.
▲
by
tudorg
8mo ago
Others have mentioned similar solutions but I’d like to add one: a database solution with CoW branching and PII anonymisation solves the db part in a safe way. Disclaimer: I work at Xata.io, which provides these features. We have a recent b
27.
▲
Everything you should know about PostgreSQL constraints
(xata.io)
2 points
by
tudorg
8mo ago
|
0 comments
28.
▲
What you should know about constraints in PostgreSQL
(xata.io)
1 points
by
tudorg
8mo ago
|
0 comments
29.
▲
by
tudorg
9mo ago
This is really cool and I love to see the interest in fast clones / branching here. We've built Xata with this idea of using copy-on-write database branching for staging and testing setups, where you need to use testing data that&
30.
▲
What you should know about constraints in PostgreSQL
(xata.io)
4 points
by
tudorg
9mo ago
|
0 comments
More ›