Hey team , I have some realtime tables ( totally 1...
# getting-started
e
Hey team , I have some realtime tables ( totally 1.3TB ) in Cluster A . Is there any way I can copy them to different pinot cluster B ?
b
copy or move?
e
Copy
b
@Mark Needham rote something on copying segments. Not sure if this is a valid solution for your needs based on size: https://www.markhneedham.com/blog/2021/12/06/apache-pinot-copy-segment-new-table/
m
I wonder whether there might be a way to do that without having to copy all the segments
if we can point cluster B at cluster A’s deep store
we should be able to get it to pull down the segments
e
@Mark Needham , Thats how I did it . I copied ZK states across the clusters . In my case the naming convention & count of server nodes in server tenants of the table was same in both the cluster , so it worked . I’ll try to write down my learnings & how I did it in , share some scripts used . Happy to contribute !
m
neat. And yeh if you share how you did it I can write it all up