我计划通过表中的 Datetime 列将表记录从一个数据库移动到另一个数据库,请建议执行该任务的最佳方法,因为每天表将收到 2000 - 5000 条记录,所以它正在变得庞大
例子
Database (X)
table (xx)
copy the records from table(xx) of database (X) by fetching 3 months old data by targeting Datetime column in the Table(xx)
To
Database(Y)
table(yy)