Alex Chi Z.
Alex Chi Z.
PR ready to merge; waiting for rollout in staging with feature flags
will deprecate aux v1 keyspace if there is no warning this week
we have a single user left in prod, need reach out
all users migrated, start dropping the code path
this week: if everything goes fine, remove the config item and retire the whole code path + alerts
this week: merge https://github.com/neondatabase/neon/pull/9494
This is for making it easier to work with the repo. The version I put in the PR is the one that can be directly installed from homebrew :) Given...
One customer encountered this issue when they want to vacuum their database -> https://discord.com/channels/1176467419317940276/1217841755932721302/1217841755932721302
(for vacuum full)
I feel an easier way to do that is to spawn some tokio threads on PG_INIT and use channels / `tokio::runtime::Runtime::spawn` to dispatch jobs to tokio runtime upon entering async...