We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
events
dark-west
worker_stats_v1
events_v2
stable-dark
dark
Goal: determine the amount of downtime
set lock_timeout = '1s'
set statement_timeout = '1s'
alter table events drop constraint events_canvas_id_fkey
alter table events drop constraint events_account_id_fkey
idx_events_for_dequeue
drop index concurrently if exists idx_events_for_dequeue
idx_events_for_dequeue2
drop index concurrently if exists idx_events_for_dequeue2
index_events_for_stats
another day: (pull into another issue)
execute_handler
Maybe later?
The text was updated successfully, but these errors were encountered:
from an earlier call - notes on which tables have/don't have PKs
Sorry, something went wrong.
Edit: the contents of this comment have been moved to #11, and have been executed
No branches or pull requests
DB Clone
events
table (not v2)events
(not v2) tableevents
table and see if it's using any foreign keysdark-west
conclusion: probably brings unnecessary risk
Drop Events table
events
table in the codebaseworker_stats_v1
events
events
events
table(note: apparently we weren't clearing
events_v2
!)events
table in prod?events
table in productionstable-dark
todark
Get Google to shrink a clone
Goal: determine the amount of downtime
set lock_timeout = '1s'
set statement_timeout = '1s'
alter table events drop constraint events_canvas_id_fkey
alter table events drop constraint events_account_id_fkey
idx_events_for_dequeue
drop index concurrently if exists idx_events_for_dequeue
idx_events_for_dequeue2
drop index concurrently if exists idx_events_for_dequeue2
index_events_for_stats
(they'll do this in real-time synchronously during a workday/call)
Make a plan for doing this against the prod DB
another day: (pull into another issue)
Cloud storage
execute_handler
buttonmonitoring
migrate existing canvases
Maybe later?
The text was updated successfully, but these errors were encountered: