Bulk loader --> data not accessible

Remember, you can not use Dgraph Server at the same time as Dgraph BulkLoad.

You do not need this flag, and you do not even need to flag this PORT range for a Bulkload.

Are you doing this below?

is simple, BulkLoad creates the output folder “ Out/* ” each new folder with a number would be a Shard. You can control this by editing the flag “ --reduce_shards ”. Once you have a output done, just get those files in “ out/0/* ” and move to a Dgraph Server from scratch. And run your server.

Or copy the Dgraph binarie to that path and start Dgraph Server from there.
Ref: After using the latest version, both the client and ratelUI are very slow queries - #14 by MichelDiz

Cheers.