Without read only + best effort checks it is just give an error “context deadline exceeded”
The main problem that I cant delete this object after. What should I do in this situation?
Thank you for your replay, I have tried to increase timeout to 10 mins, but still there is a problem to delete this object. I have deleted index from Name => (: string .), and it started to load, but if object would be bigger as image or etc.
Is there some documentation where I can read about types and their maximum size?
Are you seeing any error messages when you’re trying to delete this big object?
There are limits that practically speaking are not reached in typical usage. Storing images in Dgraph is not typical. For binary data like images, I’d recommend storing them somewhere else like in object storage, and then storing the URI to it in Dgraph.
You can read about some of the technical limits in this post (a single value can’t be many gigabytes).