Storing large JSON structures in string properties

I would like to store large JSON structures (containing a few hundred thousand up to a few million characters, or even more) in string properties (node’s edges). Is it feasible? What are the problems I can expect to encounter?

Just convert it to something like base64 or similar.

You can’t use Dgraph’s Query system in that context.

But is totally feasible.

Cheers.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.