hi folks, I have this in code
* globalIndexJson.apply("GCSOutput",
TextIO.write().to(fullGCSPath).withSuffix(".txt").withNumShards(500));*the same code is executed for 50GB, 3TB, 5TB of data. I want to know if changing numShards for larger datasize will write to GCS faster?
