# vim my.load
LOAD DATABASE
FROM mysql://root:[email protected]:3307/demo_db?useSSL=false
INTO postgresql://postgres:123123@@[email protected]:5432/postgres?demo_db
with prefetch rows = 500
WITH include drop, create tables, create indexes, workers = 1, concurrency = 1
;
# 运行
pgloader my.load
Last active
July 16, 2024 08:12
-
-
Save twelvejie/0044c03d56aae422b48aa7ec579f655b to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment