K
K
kirBurkhanov2016-03-14 08:40:34
MySQL
kirBurkhanov, 2016-03-14 08:40:34

How to store large JSON configs?

How best to organize the storage of JSON configs, given that
1. The number of Inserts and fetches of such rows in the database will be approximately the same
2. JSON configs are very large, can reach up to 2,000,000 characters
3. Each user has such configs
Interested in how to reduce the volume disk space occupied by configs to make it all work fast enough.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
B
beduin01, 2016-03-14
@beduin01

Alternatively, see arangodb.com and https://www.rethinkdb.com/

D
Danil Sapegin, 2016-03-14
@ynblpb_spb

Is MongoDB the way out? Searchable by fields

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question