Skip to content

Reindex

iamazy edited this page Aug 15, 2019 · 1 revision

elasticsearch的reindex数据同步

insert into table1 select * from table2 where age>18 limit 1000 remote=('https://192.168.0.1:9200','admin','12345');
Clone this wiki locally