neon icon indicating copy to clipboard operation
neon copied to clipboard

Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, code-like database branching, and scale to zero.

Results 448 neon issues
Sort by recently updated
recently updated
newest added

WIP Examples: - https://neon-github-public-dev.s3.amazonaws.com/reports/pr-2229/debug/2838665173/index.html - https://neon-github-public-dev.s3.amazonaws.com/reports/pr-2229/release/2838665173/index.html TODO: - Make it compatible with https://github.com/neondatabase/neon/pull/2249 probably we should store it in a separate dir and not update the history

- It looks like `etcd_info.timeline.commit_lsn > Some(self.local_timeline.get_last_record_lsn())` filtered all safekeepers in some strange cases. I removed this filter, it should probably fix #2237 - Now walreceiver_connection reports status, including commit_lsn....

It's currently not always clear what happens if the pageserver crashes in the middle of an operation like branch or tenant creation. What is the state on local disk, and...

https://github.com/neondatabase/neon/issues/2158

Update neon to work with v15. Corresponding postgres PR: https://github.com/neondatabase/postgres/pull/185 - Store pg_version in the timeline instead of using hard coded constant. - Handle WAL format changes in v15: -...

we're already limiting and reporting the logical disk size limit per timeline ('branch') we need to start tracking this number per tenant to decide how to define and implement the...

t/feature
c/storage/pageserver
t/Epic
f/branching
c/storage

The test should fail if one changes storage format in a backward-incompatible way. One option is to generate some data in a current format, put it somewhere (e.g. s3), and...

c/storage/pageserver
c/storage/layered-repo
t/Epic
a/test

The library is not maintained anymore https://github.com/knsd/daemonize/issues/46 And there are other reasons to do daemonization differently, I'll let @funbringer elaborate (feel free to edit). _Originally posted by @funbringer in https://github.com/neondatabase/neon/pull/1834#issuecomment-1142398481_

a/test
a/tech_debt