Split load_data.sql into multiple files to support staged conversion
authorKarl O. Pinc kop@karlpinc.com <kop@karlpinc.com>
Sat, 11 Oct 2025 23:42:58 +0000 (23:42 +0000)
committerKarl O. Pinc kop@karlpinc.com <kop@karlpinc.com>
Sat, 11 Oct 2025 23:42:58 +0000 (23:42 +0000)
commit5265477384a41cd530b27101899ccfc5cb1cf23d
tree4fc6b2e1ba8d5c30394b02596775425938ba5141
parent93ba63992c127b2f6d7215673df64994526afbed
Split load_data.sql into multiple files to support staged conversion

See the conversion/Makefile comment for more info on staged conversion
and using db statistics.
conversion/Makefile
conversion/load_biography.sql [new file with mode: 0644]
conversion/load_biography_update_log.sql [new file with mode: 0644]
conversion/load_community_membership.sql [new file with mode: 0644]
conversion/load_community_membership_update_log.sql [new file with mode: 0644]
conversion/load_data.sql [deleted file]
conversion/load_finish.sql [new file with mode: 0644]
conversion/load_follow_arrival.sql [new file with mode: 0644]
conversion/load_follow_to_follows.sql [new file with mode: 0644]
conversion/load_follow_to_other.sql [new file with mode: 0644]
conversion/load_support.sql [new file with mode: 0644]