You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# vim my.load
LOAD DATABASE
FROM mysql://root:123.123@192.168.1.125:3307/demo_db?useSSL=false
INTO postgresql://postgres:123123@@123@192.168.1.125:5432/postgres?demo_db
with prefetch rows = 500
WITH include drop, create tables, create indexes, workers = 1, concurrency = 1
;
# 运行