Hi !
Im having some speed problems with my app, and i was thinnking that maybe there could be a faster way to sum the values on a field from my database
First i tryed selecting everything a summing it with php
the i tryed using SUM() within my query
Now, my database its about 1,300,000 rows long, and most of the consults i do are about 2,00 rows
the usual sum of this 2000 rows takes about 2.7 seconds
Is it possible to increase the speed of this process ??