Add a flag that allows pulling in only data from a specified date/time range.
Often with performance issues, you're attempting to analyze a specific time frame from a log.
The log may be large and span more time than you're interested in so being able to create a
database from a specified time range would be useful, and faster than pulling in the entire log
and querying on a specific date/time range.