pgpartman / pg_partman

Partition management extension for PostgreSQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing Records while trasfer data from old table to new table

Thavarajan opened this issue · comments

Discussed in #663

Originally posted by Thavarajan June 6, 2024
Good evening Team,
it's a wonderful extension, when I try to implement this in our existing DB,parent table have approximately 4900000 records,

CALL partman.partition_data_proc( p_parent_table := 'public.tickets' , p_loop_count := 2000 , p_interval := '1000' , p_source_table := 'public.old_tickets' );

During the migration some of the records are missing, I don't know, when I try to do a count diff there are merely 6 or 7 records missing

am I missing something am I giving too many loops?

We already have Discussion #663 open concerning this. Please continue working on the issue there so the conversation isn't split