Neon

N

Neon

The official Neon Database Discord

Join

🙏|feedback

❓|questions-and-answers

🐘|postgres

sensitive-blue
sensitive-blue7/22/2025

ConnectionError

Failed to log access: ConnectionError: The session was terminated unexpectedly 0|deno-oak-app | at Connection.#readMessage (https://deno.land/x/postgres@v0.17.0/connection/connection.ts:171:13) I am getting this error when I am connecting deno to database, I worked fine for 5-10 min then I automatically get this error....
crude-lavender
crude-lavender7/11/2025

Recover DB

Hi, it’s urgent — my PostgreSQL database has been deleted (I don’t know why) and I really need it back. I didn’t delete it, it just disappeared. What can I do to recover it?...
stormy-gold
stormy-gold7/11/2025

Error on Table View

@Andre Landgraf This error still persists today, July 11, 2025, is there any prediction?
No description
genetic-orange
genetic-orange7/6/2025

I can't see my tables .What is this

I can't see my tables .What is this error about? How to fix it?
No description
extended-salmon
extended-salmon6/25/2025

Hello guys has anyone had this issue

Hello guys has anyone had this issue today when connecting to the admin Table view ?
No description
correct-apricot
correct-apricot6/24/2025

Does neon support apache age. If not are

Does neon support apache age. If not are there any plans in the future ?
genetic-orange
genetic-orange6/23/2025

Can anyone help me with why when i try

Can anyone help me with why when i try to access my tables from the sidebar in neon that i get: Unexpected error happened 😕 28ef024358af4efe8572290d709496af ...
robust-apricot
robust-apricot6/13/2025

pgvectorscale

Came here to ask this as well. @Andre Landgraf Any chance we can get the pg_vectorscale extension (https://github.com/timescale/pgvectorscale) added to neon? DiskANN is much more performant than HNSW.
continuing-cyan
continuing-cyan5/26/2025

Hi everyone did anyone was able to

Hi everyone did anyone was able to connect neon.tech to zapier? I need some help
xenogeneic-maroon
xenogeneic-maroon5/26/2025

Hello, is there any plan to support

Hello, is there any plan to support citus extension in the future
dependent-tan
dependent-tan5/26/2025

Hi All,

Hi All, I am using Neon PostgreSQL for my Database. And I am on a free plan of it. I have been using this server for last 6-7 months. But suddenly, I have seen a hike in its compute usage. The compute hours have reached to 192. And as it provides the 190 hours only in the free plan, now I am unable to use that database into my application anywhere. ...
conscious-sapphire
conscious-sapphire5/21/2025

Hey all, just poking around with Neon

Hey all, just poking around with Neon for the first time. Love the idea of auto-scaling and branching. I tried running pgbench against a free plan db using default settings -- autoscale up to 2CU. I'm getting really low tps (~250). Is this expected? At the peak, I was using 0.33CU, so it doesn't seem like I'm maxing out the db? My test is run from ~9ms from the database using 48 connections....
unwilling-turquoise
unwilling-turquoise5/17/2025

Pgbouncer scaling

I am using pgbouncer to manage the connection for my postgresql instance. I wanted to know how can I scale pgbouncer with respect to the number of users. As the users increase the connection to the database will also increase which will reach to a limit. How can I make sure that this never happens.
generous-apricot
generous-apricot5/12/2025

Hi, I'm trying to understand how we're

Hi, I'm trying to understand how we're supposed to handle HA with Neon. I read the HA docs but it's not the info I need. Normally my app would have a separate read and write client, where the write client is pointed at the master node. In the event of a master failover, we'd connect the write client to a newly promoted master node. Is there anything about how Neon works where this isn't recommended, or necessary?...
afraid-scarlet
afraid-scarlet5/9/2025

hi! i'm working with one of the core

hi! i'm working with one of the core contributors over at zerosync. We're consistently seeing connection interruptions in the replication stream, and can't 100% confirm whether this is a neon issue or not. Its an issue that seemingly exists only with large replications (a million+ rows). I'm wondering if we might be able to get some help from someone at neon in debugging the issue and getting better access to logs - particularly wal inspections. I need superuser permissions to be able to install CREATE EXTENSION pg_walinspect; which would help us alot. I also am having a hard time getting the datadog integration for postgres logs to show anything other then an 'error' status, with no understanding of what the error actually is or how to fix it....
optimistic-gold
optimistic-gold5/8/2025

High data transfer

im sorry, im new to this, I'm working on my Next.js e-commerce project, and I haven't launched it yet—I'm the only one testing the products by browsing them. I recently noticed that after just a couple of visits, it almost reached a 1 GB data transfer limit. I was really surprised and confused about how this is happening. It's just a database table, so how could browsing a few products cause it to reach 1 GB? I don't understand what's going on. Can you guide me on what might be happening here?
absent-sapphire
absent-sapphire5/4/2025

i am using free version , it showimg i

i am using free version , it showimg i used 0.43GB , is used only 70 mb
No description
generous-apricot
generous-apricot5/3/2025

Is there a timeline for adding pg_search

Is there a timeline for adding pg_search to azure instances? This is a killer app for us.
foreign-sapphire
foreign-sapphire4/30/2025

what graphical tool do people commonly

what graphical tool do people commonly use for building GUIs? baserow, or nocodb, or … I know there are a lot of options, but I have no idea what tools might be a part of common practice. I'm familiar with postgres and psql but not the gui part.
evident-indigo
evident-indigo4/22/2025

FDW connect errors

How do I troubleshoot the error ERROR: could not connect to server "ar_db_server" (SQLSTATE 08001) that I get trying to get fdw working? This error code suggests a network issue, and it occurs immediately (doesn't seem like a timeout). This is being run in the Neon SQL Editor, the foreign db is a separate Neon project that I also own. I have checked the host / username / pw / schema many times and verified the role on the foreign db has permissions to use the schema and SELECT from the table (the same role is in use elsewhere and is successfully reading from these schema tables). Everything thru creating the schema imported_data works fine. Also, if instead of IMPORTing the foreign table I create it explicitly with (removing all enum and primary key references), the table gets created properly but if you try to query it you get the same could not connect error as above. ```CREATE EXTENSION IF NOT EXISTS postgres_fdw; CREATE SERVER IF NOT EXISTS ar_db_server...