Open mniewrzal opened 2 years ago
Currently, while doing server-side copy we are first selecting all segments which should be copied and later we are doing second query to copy (insert) them under new stream id. We should be able to combine those two queries into one.
Currently, while doing server-side copy we are first selecting all segments which should be copied and later we are doing second query to copy (insert) them under new stream id. We should be able to combine those two queries into one.