Hi, I am wondering why the following sql
Hi, I am wondering why the following sql alter table statement is taking over 10 minutes and locking up our db (adding this to a table with 2.7M rows)
ALTER TABLE public.results ADD COLUMN updated_at TIMESTAMP;