When I'm executing VACUUM (VERBOSE, ANALYZE) table_name;
I get error
ERROR: invalid memory alloc request size 2466264688
CONTEXT: while vacuuming index "idx_name" of relation "public.table_name"
My maintenance_work_mem
is 64mb, table contains about 50 million rows
This table has several indexes, other indexes are vacuumed fine
Any thoughts on what might be the cause of this error?