how can I build massive mesh data

image
I get massive Triangle Mesh data through 3d reconstruction algorithm and these data will change with time(not all change). I re-render all this data every 1s with runtimemeshcomponent plugin, however, when these data become big, the frame rate become low. How shoud I reder these data efficiently,maybe just re-render the data changed?