Cloud: AKS
K8S version: 1.20.7
Alpha nodes: 64 GB, NVMe SSD 1.9 T (Standard_L8s_v2 SKU)
Cluster setup: one zero, 3 alpha
Alpha replica count: 3
Live Upload command snippet
dgraph live --files /root/dgraph/data/1642449041 --schema /root/dgraph/schema/my_schema.rdf --alpha host.docker.internal:9080 --zero host.docker.internal:5080 --format=rdf --upsertPredicate "xid" -b 1000
Simple (165MB of RDFs) test of Live Uploader stats
Number of TXs run : 55757
Number of N-Quads processed : 55670191
Time spent : 2h9m22.150593615s
N-Quads processed per second : 7172
Should this be considered slow?