Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gulcin_xata
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Optimizing data throughput for Postgres snapshots with batch size auto-tuning
(xata.io)
1 points
by
gulcin_xata
8mo ago
|
1 comments
2.
▲
by
gulcin_xata
8mo ago
For many production setups, taking a database snapshot involves transferring significant amounts of data over the network. The standard way to do this efficiently is to process data in batches. Batching reduces per-request overhead and help
3.
▲
by
gulcin_xata
1y ago
Thanks for the feedback!
4.
▲
by
gulcin_xata
1y ago
Ah, thanks for the sharing this insight.
5.
▲
From DBA to AI Agent: Lessons from 10 Years with Postgres
(xata.io)
2 points
by
gulcin_xata
1y ago
|
0 comments
6.
▲
by
gulcin_xata
1y ago
I agree, it is not so straightforward to find out.
7.
▲
by
gulcin_xata
1y ago
Hey! (Disclaimer: I work at Xata.) Just wanted to mention that we also support anonymization, in case that’s something you're looking into: https://xata.io/postgres-data-masking
8.
▲
Writing an LLM Eval with Vercel's AI SDK and Vitest
(xata.io)
1 points
by
gulcin_xata
1y ago
|
1 comments
9.
▲
by
gulcin_xata
1y ago
Recently we launched Xata Agent, an open-source AI agent which helps diagnose issues and suggest optimizations for PostgreSQL databases. To make sure that Xata Agent still works well after modifying a prompt or switching LLM models we decid
10.
▲
by
gulcin_xata
2y ago
Tried with a video I previously watched and got a good enough summary, also liked the UI. Did you implement a RAG?
11.
▲
by
gulcin_xata
2y ago
I see you're using pg-schema-diff for schema diffing, hadn’t come across it before, so thanks for mentioning it! Have you seen pgroll? https://github.com/xataio/pgroll It is a Postgres schema migration tool for ac
12.
▲
by
gulcin_xata
2y ago
Have you seen pgstream? https://github.com/xataio/pgstream It is similar to pg_replicate and could be a good fit for streaming CDC data from Postgres. There is no built-in output plugin specifically for DuckDB but it m
13.
▲
by
gulcin_xata
2y ago
Cool, thanks. Let me know if I can help in any way.
14.
▲
by
gulcin_xata
2y ago
Is this an open-source product? How can we give feedback?
15.
▲
by
gulcin_xata
2y ago
What about Xata?
16.
▲
by
gulcin_xata
2y ago
pgroll is under active development, feel free to let us know if you have any feature requests here: https://feedback.xata.io/