So, I have a database whith personal information where we calculate the age of the people using the birthdate, the problem is that I want to calculate the average age of the population, but I have a problems: scalability. Currently my database has only 52 intros, but I am planning to have thousands, and a have a json with thousands or dozens of thousands may be a problem to my RAM.
-
Is there a way to choose what fields I want it to return?
-
How can I use the "size" parameter on the "search" function of the python library?
Thanks very much for you attention!