I need to log http requests and responses from various end points. requests and responses are in json format but the payloads could be completely different.
There will be millions of logs and will be queried very sparsely. Cost is more important than performance.
What is the best mapping property type for such kind of free form json fields, nested or object?