while data is loading into dgraph, even simple queries like
{
lalala(func: eq(entity_key, ["2da123cd-1831-11e9-b616-1d7484867b10"])) {
expand(_all_)
}
}
took are taking than few minutes. right after data loading completes, it is responding fine.
are you going to fix it? this issues makes hard to use dgraph in production where new data is coming every second.
(we are using 1.0.10, if this problem was already fixed in newer version, could you please share an issue?)