About dgraph 20.11 query efficiency?

My server has 8 cores and 47g memory. Is the storage efficiency normal? The parameters used are reduce_shards=1,map_shards=1,j=4

Is the speed here the file size or the count

In addition, will it be very slow for me to configure 1 billion data queries?

swap space is disabled

This is data loading via bulk. Not queries. I’d like to see it go above a mil per second. But, I guess you’re using JSON dataset – that tends to show lower numbers. We’re optimizing JSON parsing. CC: @karlmcguire

When starting alpha, there is a lru_mb parameter, this size depends on what

This config will be changed to " cache_mb". lru_mb right now does nothing, in the past It was recommended to use half of the available RAM.