I am using Javers with MySql.
Json can be stored in MySql, but is not usually recommended as MySql doesn't support indexing for json.
How does Javers handle frequent queries against json value fields when MySql doesn't support indexing for json?
I would appreciate your answer.