Xata 🦋
@xata
Followers
4K
Following
1K
Media
312
Statuses
1K
Postgres at scale — with copy-on-write branching, data masking, separated storage & compute , 100% Postgres and your own cloud
🌏 Earth
Joined November 2020
📣 We have a brand new Postgres platform with: Instant Copy-on-Write branching Built-in data anonymization Separation of storage and compute 100% vanilla Postgres It’s for staging/dev environments as well as for production workloads. Details in 🧵
4
8
115
A week in Rome with the Xata crew 🇮🇹 Less meetings, more real talk, better ideas. We turned a Roman villa into HQ: pasta by night, plans by day. Rome gave us time to connect, think, and play, then ship faster. What makes an offsite great? Team chemistry > calendar invites. ✨
0
1
4
Day 1 at #PGConfEU kicked off with Community Summits! Our own Gülçin Yıldırım Jelínek is co-organizing two of them ☸️ PostgreSQL on Kubernetes Summit 🧠 PostgreSQL & AI Summit Big thanks to the volunteers & speakers who made this happen. Community is what makes Postgres great
0
1
5
Next week we’re heading to #PGConfEU, the biggest Postgres event in the world. On Oct 21, our own Gulcin Yildirim Jelinek co-running two community summits: 🧠 PostgreSQL & AI Summit ☸️ PostgreSQL on Kubernetes Summit Then on the main track, catch Esther Minano & Ahmet
postgresql.eu
PGConf.EU 2025 Schedule
0
2
3
Branch settings, faster. We reorganized the page and added search so you can find the setting you need without scrolling. What changed Search to jump directly to a setting. Logical groups with clear labels. Guardrails to reduce misclicks. Why it helps Quicker navigation. Less
0
0
1
See write latency and replica lag before users do. New performance charts surface: WAL sync time → time to flush WAL to disk (disk/flush latency). Replication lag → how far a standby is behind the primary (freshness). Why it matters Early warning for slow writes (spikes in
0
0
2
Create a Postgres branch in one screen. Name it → get the branch → run queries. No org/project setup first. Sane defaults now, easy rollback later. Want early access? Ping us and we’ll enable it.
0
1
1
Getting paged at 3 a.m + database operations ≠ heroics. At the Berlin Postgres meetup we showed Xata Agent to: • Autonomously find slow queries • propose safe fixes (indexes/config/query optimization) • run on a schedule w/ approvals It is like having a database expert
1
1
5
Preload extensions once, use them everywhere. Set shared_preload_libraries at the branch level and every database on that branch shares the same foundation. Example: pg_stat_statements, pg_trgm → consistent query stats + text ops across envs. Notes: applies to all DBs on the
0
0
2
Project-level default database now live in Xata. Set one default and we point new connection strings, views, and child branches to it by default. Fewer misroutes and accidental writes to secondary DBs; faster onboarding. Set it in Project Settings → Default database. You can
0
2
4
Full blog post with examples for each of the above:
xata.io
A comprehensive list of PostgreSQL 18 new features, performance optimizations, operational and observability improvements, and new tools for devs.
0
1
1
I wrote a long post going in detail through ~30 PostgreSQL 18 new features and changes. Beyond the highlight features (async io, oauth, uuid, etc.) there are tons of small goodies. Here are some of my favorites that you might not have heard about yet.
1
3
7
PostgreSQL 18 is supported on Xata. Try PG18 in a safe, branch-based workflow: How to start: • Clone with anonymization → test on look-alike data. • Create a PG18 branch → run queries and migrations. • When ready, promote with pgroll for zero-downtime changes. Why test
1
1
6
Tudor Golubenco: Going down the rabbit hole of Postgres 18 features
xata.io
A comprehensive list of PostgreSQL 18 new features, performance optimizations, operational and observability improvements, and new tools for devs.
1
9
27
Wrote a short post about how we built the Text to SQL feature at Xata
Text to SQL you can trust isn’t just brute-force prompting. It’s engineering for simplicity. Here’s how we built Generate SQL with AI 1/ Tiny context Deliberately minimal chat window → stable, predictable. No compaction/summarization gimmicks. 2/ Send only what matters We
0
2
2
Not every dev branch needs to be alive 24/7. At @xata , we now hibernate them automatically after inactivity (default 30 min, configurable). Only pay when you actually use them.
0
1
3