Dgraph alpha loading .sst files

Hi,
I am using 3 different servers (of same configuration) for dgraph (separately). Every server have different time to read tables in .sst files?
Eg. 1st server take 3.5 min
2nd server take 5.5 min
3rd server takes 10 min.
is there any reason for this?
or how can i resolve this issue?

Hey @kapilag, what do you mean when you say 3rd server takes 10 min? How are you collecting this time? I don’t think we have any metrics exposed around sst read times.

this time is prining in the log ( in the dgraph alpha container)

the logs are
I1007 12:00:57.535207 1 log.go:34] 170 tables out of 1314 opened in 6.023s
I1007 12:01:00.573338 1 log.go:34] 248 tables out of 1314 opened in 9.061s
I1007 12:01:03.526195 1 log.go:34] 348 tables out of 1314 opened in 12.014s
I1007 12:01:06.519251 1 log.go:34] 410 tables out of 1314 opened in 15.007s
I1007 12:01:09.548691 1 log.go:34] 552 tables out of 1314 opened in 18.037s
I1007 12:01:12.513418 1 log.go:34] 685 tables out of 1314 opened in 21.001s
I1007 12:01:15.522186 1 log.go:34] 855 tables out of 1314 opened in 24.01s
I1007 12:01:18.512858 1 log.go:34] 959 tables out of 1314 opened in 27.001s
I1007 12:01:21.529451 1 log.go:34] 1129 tables out of 1314 opened in 30.017s
I1007 12:01:24.518253 1 log.go:34] 1290 tables out of 1314 opened in 33.006s

These logs are from different server. so it is just completeing it in 33 sec.