Xata: Postgres at scale, with copy-on-write branching and anonymization
1–10 of 17 posts
Re: Xata: Postgres at scale, with copy-on-write branching and anonymization
#2Re: Xata: Postgres at scale, with copy-on-write branching and anonymization
#3Nice to see the underlying tooling is open source, and BYOC. Still, doubtful I'd trust my complex Pg usage to any of these. I've already worked through most of those problems, and don't have time to vet these much less the budget to pay Xata.
Have you talked about this anywhere? I (and I assume many other HN folks) would appreciate any detail you'd be willing to share.
Re: Xata: Postgres at scale, with copy-on-write branching and anonymization
#4Re: Xata: Postgres at scale, with copy-on-write branching and anonymization
#5Also, are there a minimum number of nodes required for PayG (not on-prem)?
I had to write off Xata (Now called Xata Lite) in the past due to the complicated pricing/plans while not being sure it did what I needed. But the new pricing is understandable and with Neon's acquisition I want to know my options.
EDIT: I missed this section at the bottom since I was already off reading other parts of the website:
> Are you looking for a simple, serverless, no-frills Postgres hosting for your side project, prototype, non-profit or vibe coded app? Xata Lite offers a generous free tier and per-storage pricing.
> Are you a Startup, Scaleup, or Enterprise that is running Postgres at scale? Then the new Xata Postgres platform brings you all the benefits outlined by this blog post.
Hmm, as much as I hate being lumped in with "vibe coded apps" I think Xata would only want me on Xata Lite. I'm not running Postgres "at scale". I do want a no-frills Postgres hosting but Xata Lite's pricing is annoying and hard to guesstimate.
Re: Xata: Postgres at scale, with copy-on-write branching and anonymization
#6The app now moved to Prisma's postgres hosting and it works like a charm, only thing that changed is the db.
Re: Xata: Postgres at scale, with copy-on-write branching and anonymization
#7One of my mentees worked with Xata in their app using Prisma and it wasn't great. The need for a second db for the 'shadow' db that prisma needs, and they would throw Out of Memory errors frequently without any significant usage. The app now moved to Prisma's postgres hosting and it works like a charm, only thing that changed is the db.
/s
Re: Xata: Postgres at scale, with copy-on-write branching and anonymization
#8One of my mentees worked with Xata in their app using Prisma and it wasn't great. The need for a second db for the 'shadow' db that prisma needs, and they would throw Out of Memory errors frequently without any significant usage. The app now moved to Prisma's postgres hosting and it works like a charm, only thing that changed is the db.
Just to make sure, I suppose this is on the Xata Lite free tier, not on the Postgres at scale platform that this blog post talks about.
Re: Xata: Postgres at scale, with copy-on-write branching and anonymization
#9Re: Xata: Postgres at scale, with copy-on-write branching and anonymization
#10What's the use case for database branching?