J
J
jasonOk2017-05-14 20:43:56
MongoDB
jasonOk, 2017-05-14 20:43:56

How to store statistics correctly?

Hey!
We collect daily statistics and store it in mongoDB so that clients can then view the graphs.
The number of documents is growing, now it is already more than 28.4 million , and from 2 million documents are added daily (already almost 2.5 million).
Where is it generally correct to add such data in order to easily engage in aggregation?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
E
entermix, 2017-05-14
@entermix

clickhouse ?

A
Andrey Shatokhin, 2017-05-14
@Sovigod

Any column DB. clickhouse / influxdb is what we use.

F
Fortop, 2017-05-14
@Fortop

Not in document-oriented databases.
Ordinary relational, columnar.

A
Aristarkh Zagorodnikov, 2017-05-16
@onyxmaster

Here the main question is, do you want to store statistics or events?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question