Stas Kelvich

Results 42 issues of Stas Kelvich

ruby-1.9.2-p0 > Russian::strptime "01 апреля 2011", "%d %B %Y" => #

Right now we download all the history from the S3 during tenant attach. Way better to do that on-demand. As we will have on-demand load we can think of cold...

c/storage/pageserver
t/Epic
c/storage/s3

The current plan is: - [x] tweak the backpressure settings (already on staging) (this was reverted) - [x] tweak the backpressure settings again on staging - [x] tweak the backpressure...

c/storage/pageserver
t/Epic
c/storage

- [ ] https://github.com/neondatabase/neon/issues/214 - [ ] fine-grained evicted LSN tracking https://github.com/neondatabase/postgres/pull/167 - [ ] https://github.com/neondatabase/neon/pull/1793 - [ ] https://github.com/neondatabase/neon/issues/1763

c/storage/pageserver

Right now we have some infrastructure to run periodic tests, but it needs more love. For some amount of time safekeepers were not capable of automatically deleting WAL, so we...

t/Epic
c/infra
c/storage

## Motivation We want to be able to assign tenants and timelines to the pageserver running on the appropriate EC2 instances, to be able to distribute the tenants and their...

c/storage/pageserver
t/Epic
c/storage/s3
a/scalability
s/blocked

[Rendered](https://github.com/neondatabase/neon/blob/user_mgmt_rfc/docs/rfcs/017-user-management.md)

t/tech_design_rfc

We are a bit clumsy with our error handling right now: we print unnecessary backtraces, sometimes we check error type by matching an error message, we don't classify errors by...

c/storage/pageserver
t/Epic

Expose it via internal API. Rough algorithm: - attach tenant to the new PS - poll status and await for lag to be small -- fail operation on timeout -...

c/storage/pageserver
c/console