I
I
Igor Tkachenko2015-09-24 03:35:31
PHP
Igor Tkachenko, 2015-09-24 03:35:31

Should you store big data in Berkeley db?

I currently use mysql in the project, a lot of operations with "raw" data take place per day and analytics are generated, all this is written to the database.
Such a question, is it worth storing, for example, subscribers in json (arrays are large, and there are about 500,000 of them on average) in berkeley db? Wouldn't it be fraught? and what advantages does it have over relational mysql?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
OnYourLips, 2015-09-24
@OnYourLips

and what advantages does it have over relational mysql?
There is no need to install a server, which allows it to be used, for example, in mobile applications.
Such a question, is it worth storing, for example, subscribers in json in berkeley db?
No.
Worth storing in 3NF.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question