I think unparsed data is slowing things down.
The reports we request should not be pulled from the main database, but
instead be pulled from "account files" that are created with "double writes".
In other words, when stats are written to the database they should also be
written to individual "account files".
That way when I request a report the process is only parsing my one little
account file which will be fast and not put any strain on the main DB.
Now, if CCBill will hire me then I will get right on that.
