rethinkdb

samueldev 2016-07-21T16:58:47.000069Z

@apa512: this might be a better question for the developers of the database itself but I figure I'll ask.. say we had 100,000 documents

samueldev 2016-07-21T16:58:53.000070Z

Maybe 1,000,000 documents

samueldev 2016-07-21T16:59:13.000071Z

And each had a float stored 3 layers deep in the document

samueldev 2016-07-21T16:59:37.000072Z

And we wanted to aggregate the min, max, avg and total of each of those floats across all of those documents

samueldev 2016-07-21T16:59:47.000073Z

Is rethink even the right db for this kind of problem?